| Posted: 02 August 2008 at 4:42am | IP Logged
|
|
|
Hi,
As shown under, I have rewrited a page named liste.awp?q=myvar to liste_myvar.htm
RewriteRule /kitespirit_WEB/FR/liste_(.*)\.htm /kitespirit_WEB/FR/liste.awp\?q=$1
My problem is that I sometimes need to put a variable after the rewrited URL. Example :
liste_q.htm?var=myvar
For the moment, I have a 404 error
Is anyone have a salution please ?
Thank you. Nick.
Head of the Httpd.ini :
# 3600 = 1 hour CacheClockRate 3600
RepeatLimit 32
# Block external access to the httpd.ini and httpd.parse.errors files RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O] # Block external access to the Helper ISAPI Extension RewriteRule .*\.isrwhlp / [F,I,O]
|