whentp/reader/master/nginx.htaccess - Htaccess File

whentp/reader/master/nginx.htaccess

# nginx configuration, generated at http://winginx.com/htaccess

location /my {
  rewrite ^/my/([^/.]+)/([^/.]+)$ /sys.controller.php?c=$1&a=$2 break;
}

location /user {
  rewrite ^/user/([^/.]+)/([^/.]+)$ /sys.controller.php?c=user&a=$2&username=$1 break;
}

On Github License

Files

Download PDF of Htaccess file

Comments

Apache