ziggy1621
01-28-2010, 04:02 PM
my goal is to have
template.php?content=ics&menu=ics
change to
/ics/ics.html
my current .htaccess that isn't working
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/([^/]+)/([^/]+).html /template.php?content=$1&menu=$2 [NC]
any help appreciated
template.php?content=ics&menu=ics
change to
/ics/ics.html
my current .htaccess that isn't working
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/([^/]+)/([^/]+).html /template.php?content=$1&menu=$2 [NC]
any help appreciated