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