![]() |
htacess help please
RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
i added this to my htacess so when people type domain.com it takes them to http://www.domain.com but it dont work hoping someone here can help me fix it thanks Reply With Quote |
RewriteEngine On
RewriteCond %{HTTP_HOST} ^YourSite\.com [nc] RewriteRule (.*) http://www.YourSite.com/$1 [R=301,L] |
where abouts would i put it in my file
Code:
# Comment the following line (add '#' at the beginning) |
Code:
RewriteEngine On |
Try this... I bolded areas i changed...
Code:
RewriteEngine On |
its not working, this is driving me crazy
|
Which one did you use?
|
All times are GMT. The time now is 10:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|