Relemente
10-11-2004, 06:25 AM
I've read quite a bit of threads on how to rewrite the URL but none seem to have gotten me anywhere.
I basically want to make a URL
http://mydomain.com/file.php?typeid=1
into
http://mydomain.com/file/typeid/1
and also
http://mydomain.com/file.php?typeid=1&otherid=2
into
http://mydomain.com/file/typeid/1/otherid/2
I read this thread http://forums.searchenginewatch.com/showthread.php?t=95
But it doesnt seem to be working for me.
Also I am using a host with CPanel so I dont know if the RewriteBase is right.
I am pretty sure the module is installed because I could rewrite a http://domain.com to http://www.domain.com
Thanks in advance for the help!
I basically want to make a URL
http://mydomain.com/file.php?typeid=1
into
http://mydomain.com/file/typeid/1
and also
http://mydomain.com/file.php?typeid=1&otherid=2
into
http://mydomain.com/file/typeid/1/otherid/2
I read this thread http://forums.searchenginewatch.com/showthread.php?t=95
But it doesnt seem to be working for me.
Also I am using a host with CPanel so I dont know if the RewriteBase is right.
I am pretty sure the module is installed because I could rewrite a http://domain.com to http://www.domain.com
Thanks in advance for the help!