![]() |
anyone know how to do a simple url rewrite?
All I want to do is change a URL that looks like this
/downloads/?dl_cat=3 to something like /downloads/name-of-download/ I can't seem to get it to work :disgust |
Code:
RewriteEngine On |
heh i think he wants the opposite of that ( se friendly urls )
|
is this kindergarten?
|
Ok you need to do this:
Modify your script so that it takes name of the download as a parameter, eg: /downloads/?dl_name=name_of_download then, edit your .htaccess file: Code:
RewriteEngine On |
sorry i screwed up, the htacces should be:
Code:
RewriteEngine On |
Quote:
|
All times are GMT -7. The time now is 04:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123