Commit 24377a25 by uid93857

config infomaniak: gitignore, htaccess

parent d5781cdc
......@@ -2,6 +2,10 @@
*.DS_Store
###< MAC ###
###> INFOMANIAK ###
/public/.user.ini
###< INFOMANIAK ###
###> symfony/framework-bundle ###
/.env
/.env.test
......
......@@ -9,4 +9,6 @@
<IfModule mod_alias.c>
RedirectMatch 302 ^/$ /index.php/
</IfModule>
</IfModule>
\ No newline at end of file
</IfModule>
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE "application/atom+xml" "application/javascript" "application/json" "application/ld+json" "application/manifest+json" "application/rdf+xml" "application/rss+xml" "application/schema+json" "application/vnd.geo+json" "application/vnd.ms-fontobject" "application/x-font-ttf" "application/x-javascript" "application/x-web-app-manifest+json" "application/xhtml+xml" "application/xml" "font/eot" "font/opentype" "image/bmp" "image/svg+xml" "image/vnd.microsoft.icon" "image/x-icon" "text/cache-manifest" "text/css" "text/html" "text/javascript" "text/plain" "text/vcard" "text/vnd.rim.location.xloc" "text/vtt" "text/x-component" "text/x-cross-domain-policy" "text/xml"
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
RedirectMatch 302 ^/$ /index.php/
</IfModule>
</IfModule>
\ No newline at end of file
......@@ -861,6 +861,10 @@
<source>Créer votre mot de passe</source>
<target>Créer votre mot de passe</target>
</trans-unit>
<trans-unit id="8yTsV8G" resname="Cotiser">
<source>Cotiser</source>
<target>Cotiser</target>
</trans-unit>
</body>
</file>
</xliff>
......@@ -877,6 +877,10 @@
<source>Créer votre mot de passe</source>
<target>Créer votre mot de passe</target>
</trans-unit>
<trans-unit id="8yTsV8G" resname="Cotiser">
<source>Cotiser</source>
<target>Cotiser</target>
</trans-unit>
</body>
</file>
</xliff>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment