[wp-trac] [WordPress Trac] #11884: mod_rewrite optimization
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 13 11:56:58 UTC 2010
#11884: mod_rewrite optimization
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Optimization | Version: 3.0
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
Description changed by Denis-de-Bernardy:
Old description:
> Slightly edited version of the one suggested in:
>
> http://wordpress.org/extend/ideas/topic.php?id=3524
>
> {{{
> # BEGIN WordPress
> RewriteEngine on
> RewriteBase /
>
> RewriteRule \.(gif|jpe?g|png|css|js|ico)$ - [NC,L]
>
> RewriteCond %{REQUEST_FILENAME} -f [OR]
> RewriteCond %{REQUEST_FILENAME} -d
> RewriteRule ^ - [S=1]
> RewriteRule . /index.php [L]
>
> # END wordpress
> }}}
New description:
Slightly edited version of the one suggested in:
http://wordpress.org/extend/ideas/topic.php?id=3524
{{{
# BEGIN WordPress
RewriteEngine on
RewriteBase /
RewriteRule \.(gif|jpe?g|png|css|js|ico)$ - [NC,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . /index.php [L]
# END wordpress
}}}
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11884#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list