Changeset 152


Ignore:
Timestamp:
12/01/05 13:47:10 (7 years ago)
Author:
sam
Message:
  • don't redirect on rewrite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/.htaccess

    r151 r152  
    77# Rewrite /~foo/blah/bluh -> /index.php?u=foo 
    88RewriteCond %{QUERY_STRING} ^(.+)$ 
    9 RewriteRule ^~([^/]+)/(.*)$ /index.php?%1&u=$1 [R,L] 
    10 RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [R,L] 
     9RewriteRule ^~([^/]+)/(.*)$ /index.php?%1&u=$1 [L] 
     10RewriteRule ^~([^/]+)/(.*)$ /index.php?u=$1 [L] 
    1111 
    1212#RewriteCond %{QUERY_STRING} ^(.+)$ 
     
    1818RewriteCond %{REQUEST_URI} !^/$ 
    1919RewriteCond %{REQUEST_URI} !^/(images|stats|flash).* 
    20 RewriteRule ^(.*) /index.php?%{QUERY_STRING} [R=permanent,L] 
     20RewriteRule ^(.*) /index.php?%{QUERY_STRING} [L] 
    2121 
    2222#RewriteCond %{REQUEST_URI} !^/~.* 
Note: See TracChangeset for help on using the changeset viewer.