Changeset 189

Show
Ignore:
Timestamp:
01/22/09 13:47:33 (10 months ago)
Author:
bettse
Message:

re #2933
As per hopson's security comment, i'm removing the mod_rewrite based
version and we'll code up a simple php page to handle this. (At the
time of putting the code into trac, we didn't have a social side or any
php components with which to do this).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/.htaccess

    r182 r189  
    6565 
    6666RewriteEngine on 
    67  
    68 RewriteCond %{REQUEST_URI} ^/social/?$ 
    69 RewriteCond %{QUERY_STRING} ^bounce=(.*)$ 
    70 RewriteRule ^(.*)$ %1? [R=301,L] 
    71   
    7267 
    7368# If Elgg is in a subdirectory on your site, you might need to add a RewriteBase line