Differences From Artifact [9e40080631]:

To Artifact [c2a6b0e9b2]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
Options -MultiViews -Indexes

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule admin/plugin/(.*?)/(.*) admin/plugin.php?_p=$1&_u=$2 [QSA,L]
    RewriteRule f/([\d\w]+)/(.*) file.php?id=$1&file=$2 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule .* index.php [QSA,L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>


|
<
<
<
<
<
|
<
|
<
<
<
1
2
3





4

5



Options -MultiViews -Indexes

# FallbackResource n'est dispo que depuis Apache 2.2.16, soit Debian Wheezy (2013)





DirectoryIndex index.php

FallbackResource /_route.php