phy25/promoCodeProviderPHP/master/.htaccess - Htaccess File

phy25/promoCodeProviderPHP/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /p/jzp/c/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /p/jzp/c/index.php [L]
</IfModule>
AddType text/cache-manifest .appcache

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache