yespbs/authedge-codeigniter/master/public/.htaccess - Htaccess File

yespbs/authedge-codeigniter/master/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

<IfModule mod_php5.c>
# php_value always_populate_raw_post_data -1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache