Page 1 of 1

URL rewriting

Posted: Thu Jul 30, 2009 5:11 am
by simon_v
i am developing a website in shared hosted environment because of that i have no access on .haccess file.
so how i can rewrite url like http://www.website.com/sm.php?cat=3&id=4 to http://www.website.com/sm/name-of-the-page.

Re: URL rewriting

Posted: Thu Jul 30, 2009 8:55 am
by turbolemon
I think this might be what you are looking for.

http://www.tutorio.com/tutorial/php-alt ... endly-urls

I think Joomla uses this method for SEF URLs without mod_rewrite. Enjoy!