Create helloworld.htaccess
This commit is contained in:
parent
653518d50d
commit
862d44ef01
5
helloworld.htaccess
Normal file
5
helloworld.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.php/$1 [L]
|
Loading…
Reference in New Issue
Block a user