niuzaiku/xiaodecms/master/public/.htaccess - Htaccess File

niuzaiku/xiaodecms/master/public/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^admin/(.*)$ index.php/admin/$1 [L]
  RewriteRule ^([a-z|A-Z|d|-]*).html$ html/$1.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache