Files
starter_template_ci_adminlte/.htaccess
2024-01-08 09:33:24 +07:00

9 lines
194 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /starter_template_ci_adminlte/index.php/$1 [L]
</IfModule>