CodeWall-EStudio/SZone/master/public/.htaccess - Htaccess File

CodeWall-EStudio/SZone/master/public/.htaccess

<IfModule mod_rewrite.c>

  RewriteEngine on
  #RewriteRule !.(js|ico|gif|jpg|png|css|tmpl)$ /wp/$1
  RewriteCond $1 !^(index.html|index.php|css|js|images|tmpl|html|robots.txt)
  RewriteRule ^(.*)$ /index.php/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache