Htaccess File

timothyhknautzuwp/ImageServer/master/dot.htaccess

REQUEST_FILENAME, REQUEST_URI
RewriteEngine on
RewriteCond %{REQUEST_URI} !(index.php|.css|.js|.png|.jpg|.gif|robots.txt)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /YOURPROJECTNAMEHERE/index.php/$1 [L,QSA]
Exit mobile version