![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all I have a damn 301 problem which is really starting to piss me off. I have just purchased two sites for someone. I shall call these exampleexample.com and example-example.com The owner wants to have all traffic point to the example-example.com but with www. I have tried 301 the exampleexample.com to point to www.example-example.com but nothing happened. I have tried 301 the example-example.com to point to www.example-example.com and nothing happened. Even went into my "manage domains" on godaddy and tried a 301 from there too. Nothing. Also, how can I tell if my Apache Mod-Rewrite moduled is enabled ? |
#3
| |||
| |||
|
|
Hi all I have a damn 301 problem which is really starting to piss me off. I have just purchased two sites for someone. I shall call these exampleexample.com and example-example.com The owner wants to have all traffic point to the example-example.com but with www. I have tried 301 the exampleexample.com to point to www.example-example.com but nothing happened. I have tried 301 the example-example.com to point to www.example-example.com and nothing happened. Even went into my "manage domains" on godaddy and tried a 301 from there too. Nothing. Also, how can I tell if my Apache Mod-Rewrite moduled is enabled ? Thanks all plh Paul |
#4
| ||||
| ||||
|
|
Are you using .htaccess? A simple check to see if .htaccess is read by Apache is to type some garbage in the file and upload it. |
|
(ASASASASHH will do) |
|
If you get a 500 server error, you can be sure that .htaccess is read. |
|
I have no idea if you get a 500 error as well if you forgot to enable the rewrite engine. http://johnbokma.com/mexit/2004/04/1...forgoogle.html shows the www to non-www example. Change !^castleamber\.com$ to !^www\.castleamber\.com$ and http://castleamber.com/$1 to http://www.castleamber.com/$1 to do the reverse. |

#5
| |||
| |||
|
|
RewriteEngine On RewriteCond %{HTTP_HOST} ^enlightenment-yorkshire\.org |
|
RewriteRule (.*) http://www.enlightenment-yorkshire.org/$1 [R=301,L] Thanks for your help John. ![]() Take care plh Paul |
![]() |
| Thread Tools | |
| Display Modes | |
| |