timothyhknautzuwp/ImageServer/master/dot.htaccess - Htaccess File

timothyhknautzuwp/ImageServer/master/dot.htaccess

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache