| QDB II: #78 Add | Home | Random | Latest | Log In | Read Quotes |
|
#78 - July 25 2005 01:01:37. <Xenophon> trying to redirect modules.php?name=Forums&whatever... to index.php?q=forum using mod_rewrite ; This is what I have, but doesn't seem to work: <Toba82> nothing generally does not work. <Xenophon> #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{QUERY_STRING} ^name=Forums([^&]+)$ #RewriteRule modules.php index.php?q=forum [L] <Toba82> hmmm.... <Toba82> the fact that it's all commented out may be affecting it <Toba82> just a guess Comment: #apache, EFNet |
| Approved: 1064 In queue: 27 Copyleft 2004 Eric Stein |