Hi all
I followed the tutorial here: to create a rewrite rule so that
could be written
for search engine friendliness, but it's not working. I have a Windows server running Apache, with the following .htaccess file in
RewriteEngine on
RewriteRule (.*)//(.*) $1.php?parameters=$2
But using the URL
I get a 404 error.
If I use
RewriteEngine On
RewriteRule index/(.*) index.php?parameters=$1
Then
works fine. Can anyone help out a poor n00b?
many thanks
Lucas
I followed the tutorial here: to create a rewrite rule so that
could be written
for search engine friendliness, but it's not working. I have a Windows server running Apache, with the following .htaccess file in
RewriteEngine on
RewriteRule (.*)//(.*) $1.php?parameters=$2
But using the URL
I get a 404 error.
If I use
RewriteEngine On
RewriteRule index/(.*) index.php?parameters=$1
Then
works fine. Can anyone help out a poor n00b?
many thanks
Lucas