Skip to content
Snippets Groups Projects
Commit 494b7160 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

mode "development" par défaut pour nouvelle application

parent 4afbf950
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,6 @@ RewriteRule ^.*$ - [NC,L]
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
RewriteRule ^(.*) - [E=BASE:%1]
RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L]
# development par défaut, à rechanger ensuite
SetEnv APPLICATION_ENV "development"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment