NancyJ
02-16-2006, 05:03 PM
I have this in my .htaccess
RewriteEngine On
RewriteRule /resorts/([A-Z]+) /resort-info.php?resort=$1 [PT,L]
the file is in a folder on the domain called /new/
I expected that when I type in www.mydomain.com/new/resorts/Algarve to get directed to www.mydomain.com/new/resort-info.php?resort=Algarve, but I get a 404. Not sure what the problem is.
RewriteEngine On
RewriteRule /resorts/([A-Z]+) /resort-info.php?resort=$1 [PT,L]
the file is in a folder on the domain called /new/
I expected that when I type in www.mydomain.com/new/resorts/Algarve to get directed to www.mydomain.com/new/resort-info.php?resort=Algarve, but I get a 404. Not sure what the problem is.