phpsw/phpsw/master/web/.htaccess - Htaccess File

phpsw/phpsw/master/web/.htaccess

DirectoryIndex app.php
Header add Access-Control-Allow-Origin "https://mozilla.github.io"

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule ^rev/[0-9]+/(.*)$ /$1 [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule .* app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache