-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.htaccess
executable file
·19 lines (16 loc) · 996 Bytes
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
php_value error_reporting 2
php_value display_errors 1
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(docs|code-docs|phpdocs)/(.*?)$ docs/$1
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+).([0-9]+)$ index.php?path=$1$2&$3=-$4.$5
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+).([0-9]+)$ index.php?path=$1$2&$3=$4.$5
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+)$ index.php?path=$1$2&$3=-$4
RewriteRule ^(.*?)/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+)$ index.php?path=$1$2&$3=$4
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+).([0-9]+)$ index.php?path=$1&$2=-$3.$4
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+).([0-9]+)$ index.php?path=$1&$2=$3.$4
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/-([0-9]+)$ index.php?path=$1&$2=-$3
RewriteRule ^/(GMT|DST|UTC|gmt|dst|utc)/([0-9]+)$ index.php?path=$1&$2=$3
RewriteRule ^([a-zA-Z0-9\-\_\\\+]+)/([a-zA-Z0-9\-\_\\\+]+)$ index.php?area=$1&place=$2
RewriteRule ^$ index.php?path=$1