Cloudlog/.htaccess.sample
root 65c516339b Revert "Own"
This reverts commit 066d93457c.
2022-12-19 06:34:58 +00:00

8 行
无行尾
325 B
Text

# If you want to hide 'index.php' from the URL, rename this file to '.htaccess' on your server
# Then change the following variable in /application/config/config.php
# $config['index_page'] = '';
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]