drop old redirects and add a specific sponsors.html redirect to getfedora.org
This commit is contained in:
parent
639df852b3
commit
a0dee2a006
1 changed files with 2 additions and 6 deletions
|
@ -20,12 +20,8 @@ RewriteRule .* - [F]
|
||||||
RewriteCond %{REMOTE_ADDR} ^95\.24\.237\.122$
|
RewriteCond %{REMOTE_ADDR} ^95\.24\.237\.122$
|
||||||
RewriteRule .* - [F]
|
RewriteRule .* - [F]
|
||||||
|
|
||||||
# With f20 we dropped this options link
|
# Sponsor links should go to the specific sponsor page
|
||||||
RewriteRule ^(/.*)?/get-fedora-options.*$ $1/get-fedora [R=302]
|
RewriteRule ^(/.*)?/sponsors.*$ https://getfedora.org/sponsors [R=301,L]
|
||||||
|
|
||||||
# Comment this when there is a prerelease available
|
|
||||||
RewriteRule ^(/.*)?/get-prerelease.*$ http://fedoramagazine.org/fedora-23-released/ [R=301,L]
|
|
||||||
#RewriteRule ^(/.*)?/get-spin-prerelease.*$ $1/get-fedora [R=302]
|
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue