maxpowel/Wixet/master/web/.htaccess - Htaccess File

maxpowel/Wixet/master/web/.htaccess

#ProxyPass /http-bind/ http://localhost:5280/http-bind/
#RewriteRule http-bind/ http://localhost:5280/http-bind/ [P] 

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache