Codeigniter_Blog_App/.htaccess

5 lines
196 B
ApacheConf
Raw Permalink Normal View History

2024-07-11 04:23:32 +00:00
RewriteEngine on
RewriteCond $1 !^(index.php|assets|images|js|css|uploads|favicon.png)
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]