ksakuntanak/buffohero_cms/master/.htaccess - Htaccess File

ksakuntanak/buffohero_cms/master/.htaccess

## Create by Hostpacific.com 
#Action application/x-httpd-php54 /cgi-bin/php.cgi
#end -- 

<FilesMatch ".php$">
    AddHandler application/x-httpd-php53 .php .php5 .php4 .php3
</FilesMatch>

<IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteBase /buffo_cms/public

    RewriteRule ^(/)?$ index.php/$1 [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache