Skip to content

Commit 7fe2953

Browse files
committed
Updating URLs on the htaccess file to avoid 500s.
1 parent 688fc07 commit 7fe2953

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.htaccess

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
Redirect temp /about /2011/about
2-
Redirect temp /location /2011/location
3-
Redirect temp /schedule /2011/schedule
4-
Redirect temp /speakers /2011/speakers
5-
Redirect temp /sponsorships /2011/sponsorships
6-
Redirect temp /subscribe /2011/subscribe
1+
Redirect temp /about http://phpcon.org/2011/about
2+
Redirect temp /location http://phpcon.org/2011/location
3+
Redirect temp /schedule http://phpcon.org/2011/schedule
4+
Redirect temp /speakers http://phpcon.org/2011/speakers
5+
Redirect temp /sponsorships http://phpcon.org/2011/sponsorships
6+
Redirect temp /subscribe http://phpcon.org/2011/subscribe
77

88
<IfModule mod_rewrite.c>
99
RewriteEngine On
10-
#RewriteBase /~ramsey/phpcon-web/
1110
RewriteRule ^(resources|templates).*$ http://phpcon.org/ [R=302,L]
1211
RewriteCond %{REQUEST_FILENAME} !-d
1312
RewriteCond %{REQUEST_FILENAME} !-f

0 commit comments

Comments
 (0)