Fixes in routes, urls, etc
This commit is contained in:
parent
841b16266a
commit
22b90ea1f6
4 changed files with 58 additions and 22 deletions
9
.htaccess.sample
Normal file
9
.htaccess.sample
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.php/$1 [L]
|
||||
AcceptPathInfo On
|
||||
</IfModule>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue