AviNahum Posted November 26, 2008 Share Posted November 26, 2008 hey... how i can change this link: http://avi.one-serv.net/music-style/download.php?download_id=1 to somethink like this: http://avi.one-serv.net/music-style/download i add this to htaccess file: Options -Indexes RewriteEngine on RewriteRule ^([^/\.]+)/?$ /download.php?download_id=$1 [L] but it's won't works... Link to comment https://forums.phpfreaks.com/topic/134355-need-help-with-rewriterule/ Share on other sites More sharing options...
corbin Posted November 27, 2008 Share Posted November 27, 2008 RewriteEngine On RewriteRule ^music_style/download/?$ /music-style/download.php?download_id=1 Link to comment https://forums.phpfreaks.com/topic/134355-need-help-with-rewriterule/#findComment-700132 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.