widge/abcservices/master/public/.htaccess
RewriteEngine On RewriteBase /barebones RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] #ZS6 Stuff RewriteBase /abcservices RewriteRule !.(js|ico|gif|jpg|png|css|php)$ index.php [NC,L]