pear2/pear2.php.net/master/vendor/www/pear2.php.net/PEAR2_SimpleChannelFrontend/sample.htaccess - Htaccess File

pear2/pear2.php.net/master/vendor/www/pear2.php.net/PEAR2_SimpleChannelFrontend/sample.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/get/
RewriteCond %{REQUEST_URI} !^/rest/
RewriteRule . index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache