Changeset 176
- Timestamp:
- 12/02/05 10:14:32 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/.htaccess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/.htaccess
r152 r176 10 10 RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [L] 11 11 12 #RewriteCond %{QUERY_STRING} ^(.+)$ 13 #RewriteRule ^blog/(rss|rss20|rss20.xml)$ /blog/index.html?%1&mode=rss20 [L] 14 12 # Rewrite almost everything to /index.php 15 13 RewriteCond %{REQUEST_URI} !^/*index\.php.* 16 14 RewriteCond %{REQUEST_URI} !^/favicon\.ico 17 15 RewriteCond %{REQUEST_URI} !^/gnaa\.png 18 16 RewriteCond %{REQUEST_URI} !^/$ 19 RewriteCond %{REQUEST_URI} !^/(images|stats|flash ).*17 RewriteCond %{REQUEST_URI} !^/(images|stats|flash|java)/ 20 18 RewriteRule ^(.*) /index.php?%{QUERY_STRING} [L] 21 19 22 #RewriteCond %{REQUEST_URI} !^/~.*23 #RewriteCond %{REQUEST_URI} !^/~24 #RewriteRule ^/.* /index.php [R=permanent,L]25 26 #ErrorDocument 404 /index.php27
Note: See TracChangeset
for help on using the changeset viewer.
