toko/.htaccess

6 lines
161 B
ApacheConf
Raw Normal View History

2020-01-09 00:57:57 +07:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>