modrewrite
Posted: Fri Mar 31, 2006 12:20 pm
Hi,
I have a question about mod rewrite:
RewriteRule niche/(.*)\.(.*) /archief.php?niche=$1 [L]
I have this code above but i want that when a user typs in /archief/dancemusic.html.html or wathever a user types it doesnt matter it only need to takes dancemusic for my variable.
Anyone an idea?
I have a question about mod rewrite:
RewriteRule niche/(.*)\.(.*) /archief.php?niche=$1 [L]
I have this code above but i want that when a user typs in /archief/dancemusic.html.html or wathever a user types it doesnt matter it only need to takes dancemusic for my variable.
Anyone an idea?