Projekt

Obecné

Profil

Stáhnout (349 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
<IfModule mod_rewrite.c>
2
	RewriteEngine On
3
   RewriteBase /multidic
4

    
5

    
6
	RewriteRule ^$ index.php [L]
7

    
8
	RewriteRule ^hebrew(.*)$ index-hebrew.php$1    [QSA,L]
9
	RewriteRule ^arabic(.*)$ index-arabic.php$1    [QSA,L]
10

    
11
	RewriteCond %{REQUEST_FILENAME} !-d
12
	RewriteCond %{REQUEST_FILENAME} !-f
13
	RewriteRule ^(.*)$ cake-index.php?url=$1 [QSA,L]
14
</IfModule>
(1-1/25)