radumargina/punctweb_cms/master/admin/.htaccess - Htaccess File

radumargina/punctweb_cms/master/admin/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index.php|assets|uploads|robots.txt|js|css)
    RewriteRule ^(.*)$ ./index.php/$1 [L]
</IfModule>

<Files ~ ".(htm|html|css|js|php)$">
   AddDefaultCharset UTF-8
   DefaultLanguage en-US
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache