codeigniter_test2/application/.htaccess

6 lines
178 B
ApacheConf
Raw Permalink Normal View History

2020-01-02 23:07:40 +07:00
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]