mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
97a6e33103
git-svn-id: http://svn.automattic.com/wordpress/trunk@154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
17 lines
505 B
Plaintext
17 lines
505 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 will set the error_reporting level to remove 'Notices'
|
|
<IfModule mod_php4.c>
|
|
php_value error_reporting 247
|
|
</IfModule>
|
|
|
|
|
|
# This activates content negotiation, so instead of /archives.php you could just call
|
|
# a file as /archives . Same for any other file on your site. Try it out!
|
|
|
|
Options +Multiviews |