Hi all,

I have other doubt about mod_rewrite.

Have this line in httpd.conf:

RewriteEngine on
RewriteRule ^/index/([0-9]+)/$ /index.html?id=$1

When type "http://localhost/index.html?id=11"; it doesn't show URL
"http://localhost/index/11/";
I saw this example in a site.

What's happen ???

Ricardo
-- 
View this message in context: 
http://www.nabble.com/Problem-with-Mod_Rewrite-tp23040977p23046420.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to