Benjamin Renard
4f47dc056d
* Move example application in example sub-directory * Widely use App::get() instead of Config::get()
8 lines
221 B
ApacheConf
8 lines
221 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /eesyphp
|
|
|
|
# If the request is not for a valid file
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
# If the request is not for a valid link
|
|
RewriteCond %{REQUEST_FILENAME} !-l
|
|
RewriteRule ^ index.php [L]
|