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... Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/134355-need-help-with-rewriterule/#findComment-700132 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.