Restructure MVC into public/src layout
Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
11
public/.htaccess
Executable file
11
public/.htaccess
Executable file
@@ -0,0 +1,11 @@
|
||||
AddDefaultCharset UTF-8
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Everything uses the routing system
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
RewriteRule . ./index.php [L]
|
||||
|
||||
php_value short_open_tag 1
|
||||
Reference in New Issue
Block a user