Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # add more config here
- rewrite convert/i$ /convert/17-08-2017.js;
- rewrite ^/convert/(.*)/(.*)/(.*)\/$ /convert/do.php?sub=$1&id=$2&id2=$3;
- rewrite sitemap.xml$ /sitemap.php;
- rewrite ^/genre/(.*)/(.*)\/$ /all_genre.php?genre_id=$1&genre_name=$2;
- rewrite ^/page/(.*)\/$ /page.php?page=$1;
- if (!-e $request_filename){
- rewrite ^/mp3/(.*)\.html$ /search.php?q=$1;
- }
- if (!-e $request_filename){
- rewrite ^/album/(.*)/(.*)\.html$ /album.php?album=$1&album_slug=$2;
- }
- if (!-e $request_filename){
- rewrite ^/artist/(.*)/(.*)\.html$ /artist.php?artist=$1&artist_slug=$2;
- }
- if (!-e $request_filename){
- rewrite ^/download/(.*)/(.*)\.html$ /download.php?dl=$1&dl_slug=$2;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement