Opened 17 years ago
Closed 17 years ago
#12497 closed defect (bug) (duplicate)
htaccess.ms has a slightly under-optimized rule
| Reported by: | Denis-de-Bernardy | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
it goes:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
inconveniently, this does not catch the root folder, because the latter won't match the dot.
this will, however:
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Putting your name on it because you are doing the wpfs.