[wp-trac] [WordPress Trac] #13106: index.php/ PATHINFO forced when mod_rewrite/iis7 permalinks not available
WordPress Trac
wp-trac at lists.automattic.com
Mon May 10 19:30:05 UTC 2010
#13106: index.php/ PATHINFO forced when mod_rewrite/iis7 permalinks not available
--------------------------+-------------------------------------------------
Reporter: bloggus | Owner: dd32
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.0
Component: Permalinks | Version: 3.0
Severity: blocker | Keywords:
--------------------------+-------------------------------------------------
Comment(by anointed):
I am currently solving the problem by using a plugin with the following
code in it:
{{{
add_filter('got_rewrite', '__return_true');
}}}
This solves the problem, although I am sure there is a better way to fix
the issue
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13106#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list