Changeset 152
- Timestamp:
- 12/01/05 13:47:10 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/.htaccess (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/.htaccess
r151 r152 7 7 # Rewrite /~foo/blah/bluh -> /index.php?u=foo 8 8 RewriteCond %{QUERY_STRING} ^(.+)$ 9 RewriteRule ^~([^/]+)/(.*)$ /index.php?%1&u=$1 [ R,L]10 RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [ R,L]9 RewriteRule ^~([^/]+)/(.*)$ /index.php?%1&u=$1 [L] 10 RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [L] 11 11 12 12 #RewriteCond %{QUERY_STRING} ^(.+)$ … … 18 18 RewriteCond %{REQUEST_URI} !^/$ 19 19 RewriteCond %{REQUEST_URI} !^/(images|stats|flash).* 20 RewriteRule ^(.*) /index.php?%{QUERY_STRING} [ R=permanent,L]20 RewriteRule ^(.*) /index.php?%{QUERY_STRING} [L] 21 21 22 22 #RewriteCond %{REQUEST_URI} !^/~.*
Note: See TracChangeset
for help on using the changeset viewer.
