webdevwilson/RabbitPHP/master/examples/default/.htaccess - Htaccess File

webdevwilson/RabbitPHP/master/examples/default/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
   
   #RewriteCond %{REQUEST_FILENAME} !-d
   #RewriteCond %{REQUEST_FILENAME} !-f
   RewriteRule ^$ app/webroot/     [L]
   
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteRule (.*) app/webroot/$1 [L]
   
</IfModule>

Options All -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache