hello I've been searching on google for a while now and i've only found ways to rewrite multiple urls.. I don't know how to rewrite single urls so i'm posting here my problem: I'd like to change the url of http://www.piggymoo.com/forum/viewtopic.php?t=99 to http://www.piggymoo.com/WatchFullmetalalchemistepisodes or FullmetalAlchemist and http://www.piggymoo.com/forum/viewtopic.php?t=137 to http://www.piggymoo.com/AlloAlloEpisodes and some more for the other shows.. I believe this would improve SE rankings... Could this be done with mod_rewrite? if so, how? +rep for any help
You are looking for a phpBB mod. Which version you are using? I got one that is for phpBB 3.xx, try this: http://startrekguide.com/forum/viewtopic.php?f=27&t=1091 This mod is not exactly like your requirement but I think this mod can fill your target (SE Ranking)
I'm not looking for a phpbb mod, since it would still have piggymoo.com/forum in it i'm looking for a way to rewrite this with .htacces, so I can also rewrite http://www.piggymoo.com/?id=7 to http://www.piggymoo.com/links
Sorry, I am not expert in URL rewrite. http://forum.modrewrite.com - there is Richard always helping people for mod rewrite issue Just post your problem there you will get an answer within 24 hrs
I've figured it out! RewriteEngine On RewriteBase / RewriteRule ^links$ index.php?id=7 does the trick