pudthaiiiiz/insu_pj/master/.htaccess - Htaccess File

pudthaiiiiz/insu_pj/master/.htaccess

RewriteEngine On
 RewriteBase /

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !^(index.php|images|robots.txt|css|docs|javascript|system|asssets|background)
  RewriteRule ^(.*)$ /index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache