Skip to content
Snippets Groups Projects
Commit ee9d54b7 authored by void's avatar void Committed by agata
Browse files

moved blogs, 301 redirect

parent c3db6c31
Branches
Tags
No related merge requests found
......@@ -2,6 +2,11 @@ RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
#### moved blogs.
RewriteCond %{HTTP_HOST} ^ventitre\.noblogs\.org [NC]
RewriteRule ^/?(.*) http://www.ventitre.org/$1 [L,R=301,NE]
####
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteRule ^gallery/([0-9]+)/(previews|previews-med)/(.*)$ oldgal/$1/$2/$3 [L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment