|
Subject: Address rewriting with mod_rewrite Newsgroups: gmane.comp.apache.user Date: 2008-10-06 13:31:05 GMT (13 weeks, 1 day, 14 hours and 18 minutes ago) I must translate the following address: http://www.giovannifornero.net/index.php?pagina=home in the more confortable way: http://www.giovannifornero.net I tried to put in .htaccess the string: RewriteRule ^/index.php?pagina=home$ ^giovannifornero.net [R=301,NC,L] but it doesn't happen anything. Is there anything conceptually wrong? Are there some mistakes in syntax? Thanx! MS -- linux user no.: 353546 --------------------------------------------------------------------- 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-unsubscribe <at> httpd.apache.org " from the digest: users-digest-unsubscribe <at> httpd.apache.org For additional commands, e-mail: users-help <at> httpd.apache.org |
|
|