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>
Files
