frankiez/qing-mps/master/src/.htaccess - Htaccess File

frankiez/qing-mps/master/src/.htaccess

server {
    listen       80;
    server_name  55zaza;
    index        index.html index.htm index.php;
    root         /qing;

  location ~ .*.(php|php5)?$ {
      fastcgi_pass  127.0.0.1:9000;
      fastcgi_index index.php;
      include fcgi.conf;
    }

#  location /bluebox/ {
#    rewrite index.php(.+)$ /bluebox/index.php?kohana_uri=$1 last;
#  }
}

On Github License

Files

Download PDF of Htaccess file

Comments

Apache