GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f8d525324ffd826ead238711dec93e27a3d3cb11
Authored by
Geoffrey PREUD'HOMME
2015-03-02 13:01:34 +0100
1 parent
d21cc05e
Redirection exception for logo and favicon
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.htaccess
Inline
Side-by-side
.htaccess
Wrap text
Show/Hide comments
View file @
f8d5253
1
1
RewriteEngine on
2
2
RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$
3
+RewriteCond %{REQUEST_URI} !\.(ico|jpe?g)$
3
4
RewriteRule ^.+$ index.php [L]
4
5
\ No newline at end of file
...
...