[go: up one dir, main page]

Menu

[r3]: / trunk / .htaccess  Maximize  Restore  History

Download this file

10 lines (7 with data), 207 Bytes

1
2
3
4
5
6
7
8
9
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|swf|xml)$ index.php
RewriteBase /lpm/
php_flag magic_quotes_gpc off
php_flag register_globals off
SetEnv APPLICATION_ENV lpm
AddDefaultCharset UTF-8