codeigniter_test2/application/.htaccess
2020-01-02 23:07:40 +07:00

6 lines
178 B
ApacheConf

RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]