mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 09:05:22 +01:00
b43564cb29
git-svn-id: http://svn.automattic.com/wordpress/trunk@3 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
# this will make register globals off in b2's directory
|
|
# just put a '#' sign before these three lines if you don't want that
|
|
|
|
<IfModule mod_php4.c>
|
|
php_flag register_globals off
|
|
</IfModule>
|
|
|
|
|
|
|
|
# this is used to make b2 produce links like http://example.com/archives/m/200209
|
|
# if you renamed the file 'archives' to another name, please change it here too
|
|
|
|
<Files archives>
|
|
ForceType application/x-httpd-php
|
|
</Files> |