[Express] Spaces or Dashes(-) in the Page title

This is copied from text wrangler

Redirect Permanent bnh-photography.com/ben-hodson-photograper-Bath.php bnh-photography.com/ben-hodson-photographer-Bath.php

Once saved I get the following message

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, email@hidden and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2 Server at www.bnh-photography.com Port 80


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Don’t put the domain in the path, only the part starting at the site root. You should try

Redirect Permanent ben-hodson-photograper-Bath.php ben-hodson-photographer-Bath.php

and if that doesn’t work for some reason, try

Redirect Permanent /ben-hodson-photograper-Bath.php /ben-hodson-photographer-Bath.php

I’m pretty sure you won’t want/need the leading slash, but servers can differ on this point.

But now you do have to put a different address (the address you want to redirect TO) in the second position here – you have the exact same path for both, and that’s an infinite loop. The server will not let you do that even if you format the rule correctly. It has to be:

Redirect Permanent old-path.php  new-path.php

Hope this helps,

Walter

On Apr 6, 2012, at 9:13 AM, Richard Lowther wrote:

This is copied from text wrangler

Redirect Permanent bnh-photography.com/ben-hodson-photograper-Bath.php bnh-photography.com/ben-hodson-photographer-Bath.php

Once saved I get the following message

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, email@hidden and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache/2 Server at www.bnh-photography.com Port 80


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter - the leading slash was needed.

The paths are different - a slight spelling error - photograper and photographer

Richard


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options