This is a discussion on Re: .htaccess file -> error 500 within the Apache Web Server forums, part of the Web Server and Related Forums category; invertigo wrote: > > Hello, > Im using this .htaccess file to rewrite my websites URL. Reason i try > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
invertigo wrote:
> > Hello, > Im using this .htaccess file to rewrite my websites URL. Reason i try > to do this is to make it more SEO friendly. > > Code: > -------------------------------------------------------- > Options +FollowSymLinks > > RewriteEngine On > RewriteBase mywebsite.awardspace.com > > RewriteCond %{SCRIPT_FILENAME} !-f > RewriteRule ^(.+)\.html$ index.php?n=$1 [QSA,L] > > -------------------------------------------------------- > > I keep getting the error 500, probably due to a faulty line behind the > RewriteBase. > How should i change this line to make it work? > Off-topic on comp.infosystems.www.authoring.html. Follow up to alt.apache.configuration. -- If you've a question that doesn't belong to Usenet, contact me at <tabkanDELETETHISnaz@yahoDELETETHATo.fr> |