Differences From Artifact [c2a6b0e9b2]:

To Artifact [8c789141ef]:


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





>


<
>
>
|
>
>
>
>
1
2
3
4

5
6
7
8
9
10
11
Options -MultiViews -Indexes
DirectoryIndex index.php

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

<IfModule mod_version.c>
	<IfVersion >= 2.2.16>
		FallbackResource /_route.php
	</IfVersion>
</IfModule>

ErrorDocument 404 /_route.php