My .htaccess currently look like this, and does do what I want
Code: Select all
RewriteEngine On
rewriteRule ^country/(.*)$ country.php?code=$1Anyone help?
Moderator: General Moderators
Code: Select all
RewriteEngine On
rewriteRule ^country/(.*)$ country.php?code=$1Code: Select all
<base href="e;http://www.mysite.org"e;>