Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-mlc
kohinos
Commits
24377a25
Commit
24377a25
authored
Aug 03, 2020
by
uid93857
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config infomaniak: gitignore, htaccess
parent
d5781cdc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
2 deletions
+28
-2
.gitignore
.gitignore
+4
-0
.htaccess
public/.htaccess
+3
-2
.htaccess.2020-07-28.bak.txt
public/.htaccess.2020-07-28.bak.txt
+13
-0
messages.en.xlf
translations/messages.en.xlf
+4
-0
messages.fr.xlf
translations/messages.fr.xlf
+4
-0
No files found.
.gitignore
View file @
24377a25
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
*.DS_Store
*.DS_Store
###< MAC ###
###< MAC ###
###> INFOMANIAK ###
/public/.user.ini
###< INFOMANIAK ###
###> symfony/framework-bundle ###
###> symfony/framework-bundle ###
/.env
/.env
/.env.test
/.env.test
...
...
public/.htaccess
View file @
24377a25
...
@@ -9,4 +9,6 @@
...
@@ -9,4 +9,6 @@
<
IfModule
mod_alias.c
>
<
IfModule
mod_alias.c
>
RedirectMatch
302 ^/$ /index.php/
RedirectMatch
302 ^/$ /index.php/
</
IfModule
>
</
IfModule
>
</
IfModule
>
</
IfModule
>
\ No newline at end of file
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"
public/.htaccess.2020-07-28.bak.txt
0 → 100644
View file @
24377a25
<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
translations/messages.en.xlf
View file @
24377a25
...
@@ -861,6 +861,10 @@
...
@@ -861,6 +861,10 @@
<source>
Créer votre mot de passe
</source>
<source>
Créer votre mot de passe
</source>
<target>
Créer votre mot de passe
</target>
<target>
Créer votre mot de passe
</target>
</trans-unit>
</trans-unit>
<trans-unit
id=
"8yTsV8G"
resname=
"Cotiser"
>
<source>
Cotiser
</source>
<target>
Cotiser
</target>
</trans-unit>
</body>
</body>
</file>
</file>
</xliff>
</xliff>
translations/messages.fr.xlf
View file @
24377a25
...
@@ -877,6 +877,10 @@
...
@@ -877,6 +877,10 @@
<source>
Créer votre mot de passe
</source>
<source>
Créer votre mot de passe
</source>
<target>
Créer votre mot de passe
</target>
<target>
Créer votre mot de passe
</target>
</trans-unit>
</trans-unit>
<trans-unit
id=
"8yTsV8G"
resname=
"Cotiser"
>
<source>
Cotiser
</source>
<target>
Cotiser
</target>
</trans-unit>
</body>
</body>
</file>
</file>
</xliff>
</xliff>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment