@@ -61,18 +61,20 @@ ServerName localhost:8080
61
61
62
62
###########################################################################
63
63
# Chooser
64
- Alias /choose /var/www/git/chooser/docs
65
- <Directory /var/www/git/chooser/docs >
66
- # Disable .htaccess (for security and performance)
67
- AllowOverride None
68
- # Redirect .../index.php to .../
69
- RewriteCond %{REQUEST_FILENAME} "index\.php$" [NC]
70
- RewriteCond %{REQUEST_FILENAME} !-f
71
- RewriteRule (.*/)index\.php$ $1 [L,NC,R=301 ]
72
- # Deny access to PHP files (content should be only static files)
73
- RewriteRule .*\.php "-" [F,L]
74
- </Directory >
75
- RedirectPermanent /chooser /choose
64
+ # Alias /choose /var/www/git/chooser/docs
65
+ # <Directory /var/www/git/chooser/docs>
66
+ # # Disable .htaccess (for security and performance)
67
+ # AllowOverride None
68
+ # # Redirect .../index.php to .../
69
+ # RewriteCond %{REQUEST_FILENAME} "index\.php$" [NC]
70
+ # RewriteCond %{REQUEST_FILENAME} !-f
71
+ # RewriteRule (.*/)index\.php$ $1 [L,NC,R=301]
72
+ # # Deny access to PHP files (content should be only static files)
73
+ # RewriteRule .*\.php "-" [F,L]
74
+ # </Directory>
75
+ RedirectPermanent /choose/zero /choose
76
+ RedirectPermanent /chooser /choose
77
+ RedirectTemp /choose https://chooser-beta.creativecommons.org
76
78
77
79
###########################################################################
78
80
# FAQ
@@ -104,8 +106,6 @@ ServerName localhost:8080
104
106
105
107
###########################################################################
106
108
# WordPress/Default
107
- RewriteRule ^/licenses/$ /about/cclicenses/
108
- RewriteRule ^/publicdomain/$ /about/cclicenses/
109
109
DocumentRoot /var/www/html
110
110
<Directory /var/www/html >
111
111
# Expected configuration for WordPress
0 commit comments