mirror of
https://github.com/php/web-doc-editor.git
synced 2026-03-26 02:02:10 +01:00
8 lines
225 B
ApacheConf
8 lines
225 B
ApacheConf
php_flag magic_quotes_gpc Off
|
|
Options +FollowSymLinks
|
|
RewriteEngine On
|
|
RewriteRule ^data(/?|/.*)$ - [F]
|
|
RewriteRule ^do/([^\?]+)$ php/controller.php?task=$1&%{QUERY_STRING}
|
|
RewriteRule ^error$ error_type.php?%{QUERY_STRING}
|
|
|