Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
noblogs-wp
Commits
2ae42998
Commit
2ae42998
authored
Dec 23, 2010
by
void
Committed by
agata
Oct 17, 2019
Browse files
moved blogs, 301 redirect
parent
e61d88c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
2ae42998
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment