blob: ce311c9a3376e9a3f06a320a7fb5d9c12a8f6089 (
plain)
1
2
3
4
5
6
7
8
9
|
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /1/frc1024mail/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?p=$1 [L,QSA]
</IfModule>
|