demon_athens Posted January 3, 2008 Share Posted January 3, 2008 Hi there, I have tried to find how mod rewrite works and I actually found some easy to follow tutorials like this -> http://www.tutorio.com/tutorial/search-engine-friendly-urls-with-mod-rewrite Problem is that I would like to have this url -> mydomain.com/id=11&lang=en&apid=23&artid=24 converted to this one -> mydomain.com/science/articles/en/index.php?artid=24 So here we have id=11 -> "science", apid=23 ->"articles", lang=en -> "en" So my problem is that the url rewrite is not "static", its depending from the values of id, apid e.t.c. Is it possible to do all this with .htaccess. ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.