mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added .htaccess sample file
This commit is contained in:
parent
5f9665fe48
commit
52df1b7802
1 changed files with 8 additions and 0 deletions
8
.htaccess.sample
Normal file
8
.htaccess.sample
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue