Forum Moderators: phranque
ex
they put poetry.htm
it will go to index.php?p=poetry
or apple.htm
would be redirrected to index.php?p=apple
THANKS
[1][[b]edited by[/b]: WhosAWhata at 1:40 am (utc) on Jan. 21, 2004][/1]
RewriteEngine On
RewriteRule ^file[0-9]\.php$ /index.php?p=file$1 [L]
The above mentioned is only for site with single id's since your's b I presume represents the ID than you'll have to tweak the Rewriterule a bit. That's just a rough idea of how it should be done. I don't know enough to give you the correct syntax. But do a search on WebmasterWorld on that, I've seen it requested a thousand times on this board, so that poor Jim doesnt have to repeat it all over again.. cheers.
Yes, and what you want to do can be done by .htaccess/modrewrite rules.
Being still newbie in modrewrite I can only tell you that much..