[wpmu-trac] Re: [WordPress MU Trac] #331: missing trailing slash
when accessing blog breaks links
WordPress MU Trac
wpmu-trac at lists.automattic.com
Tue May 22 21:01:25 GMT 2007
#331: missing trailing slash when accessing blog breaks links
------------------------+---------------------------------------------------
Reporter: abatkin | Owner: donncha
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by donncha):
* owner: somebody => donncha
* status: new => assigned
Comment:
Adding the following rewrite rules to .htaccess seems to fix the problem.
Edit to suit your local conditions:
{{{
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !wp-admin
RewriteCond %{REQUEST_URI} !wp-content
RewriteCond %{REQUEST_URI} !wp-includes
RewriteCond %{REQUEST_URI} !.*\.php
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://domain.com/$1/ [L,R=301]
}}}
Does that fix your problem?
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/331#comment:2>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list