Forum Moderators: coopster
I just recently discovered mod_rewrite, and I have some dynamic php pages that I would like to change the URL of. But the problem is that my server providers doesn't run Apache servers. Is there another way to change the URLs?
What I want is to change such URL's:
http://www.example.net/bandtabs.php?artist=Transplants,%20The
to:
http://www.example.net/band/Transplants,%20The.htm
or similar..
The reason is that search engines won't list all my pages if they're based on the same .php file.
Any input would be appreciated!
[edited by: coopster at 10:17 am (utc) on July 22, 2005]
[edit reason] generalized url [/edit]
APACHE, .HTACCESS, MOD REWRITE
[httpd.apache.org...]
[httpd.apache.org...]
[httpd.apache.org...]
/////////////////////////////////////////
[edited by: jatar_k at 4:31 pm (utc) on July 22, 2005]
[edit reason] removed one urls [/edit]
I've managed to strip the URLs of the?, but I don't know if that's enough. Any other way to force fiels to be interpreted as php?