File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments