]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 23 Jun 2014 09:39:39 +0000 (09:39 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 23 Jun 2014 09:39:39 +0000 (09:39 +0000)
.htaccess

index a0e56504ad0dceaab47d48a934e289d296896a3e..c0e6a6ea9b231b86b6086295a71cce70c2f6db94 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -42,16 +42,12 @@ AddCharset UTF-8 log
        RewriteCond %{HTTP_HOST} fluidbook\r
        RewriteRule ^favicon.ico$ images/ws/favicon.ico [L]\r
 \r
-       # Ignore static files or directories\r
-       RewriteCond %{REQUEST_FILENAME} -s [OR]\r
-       RewriteCond %{REQUEST_FILENAME} -l [OR]\r
-       RewriteCond %{REQUEST_FILENAME} -d\r
-       RewriteRule ^.*$ - [NC,L]\r
+\r
 \r
        RewriteRule ^ajax/supprimeFichier/([0-9]+)/(.*)$ index.php/ajax/supprimeFichier/$1/$2 [L]\r
        RewriteRule ^telecharger/([0-9a-fA-F]+)/([0-9]+)/(.*)$ index.php/telecharger/$1/$2/$3 [L]\r
        RewriteRule ^telechargerr/([0-9a-fA-F]+)/([0-9]+)/(.*)$ index.php/telechargerr/$1/$2/$3 [L]\r
-       RewriteRule ^([-,_a-zA-Z0-9\./]+)$ index.php/$1 [L]\r
+\r
 \r
        RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/index.html$ viewer/$1_$2_$3/index [L]\r
        RewriteRule ^viewer/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/index.swf$ fluidbook/compile/index.swf [L]\r
@@ -83,4 +79,12 @@ AddCharset UTF-8 log
        RewriteRule ^viewerht/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/(.+)$ fluidbook/books/html5/$1/$4 [L]\r
 \r
        RewriteRule ^viewerh([ai])/([0-9]+)_([0-9a-fA-F]+)_([0-9]+)/(.+)$ fluidbook/books/html5$1/$2/$5 [L]\r
+\r
+       # Ignore static files or directories\r
+       RewriteCond %{REQUEST_FILENAME} -s [OR]\r
+       RewriteCond %{REQUEST_FILENAME} -l [OR]\r
+       RewriteCond %{REQUEST_FILENAME} -d\r
+       RewriteRule ^.*$ - [NC,L]\r
+\r
+       RewriteRule ^([-,_a-zA-Z0-9\./]+)$ index.php/$1 [L]\r
 </IfModule>
\ No newline at end of file