[wp-trac] [WordPress Trac] #12670: Non-standard htaccess filename breaks mod-rewrite setup
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 26 12:41:10 UTC 2010
#12670: Non-standard htaccess filename breaks mod-rewrite setup
----------------------------+-----------------------------------------------
Reporter: thedotproduct | Owner: ryan
Type: enhancement | Status: assigned
Priority: normal | Milestone: Future Release
Component: Administration | Version: 2.9.2
Severity: normal | Keywords: needs-patch
----------------------------+-----------------------------------------------
Comment(by dd32):
> If we use a constant in default-constants.php, the constant will get
overridden after an upgrade, right? Correct me if I am wrong. It makes
more sense in wp-config for this reason
default-constants would be wrapping it in a if ( ! defined()) check.
The way the constants work is that they're optionally defined in wp-
config.php, else they're defined in default-constants.php to the WordPress
default value.
I'd prefer a filter over a constant however myself
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12670#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list