File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
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
Original file line number Diff line number Diff line change 11< ?php
2- $title = "Returning March 2013 - ";
2+ $title = "Returning March 14 & 15, 2013 - ";
33ob_start();
44?>
55 < div id ="container " class ="home ">
1010 </ div >
1111 < h1 > PHP Community
1212 < span > Conference</ span > </ h1 >
13- < h2 > March 2013 </ h2 >
13+ < h2 > March 14 < span > & </ span > 15 </ h2 >
1414 < h3 > Nashville,< span > </ span > TN</ h3 >
1515 </ div >
1616 < div class ="aside ">
@@ -21,9 +21,9 @@ <h4>The PHP Community Conference Returns in March 2013!</h4>
2121 < p > In 2011, we had our first ever conference. Our sponsors,
2222 speakers, and attendees were phenomenal. You rocked so much that
2323 we want to do it again!</ p >
24- < p > Mark your calendars for March 2013. This friendly, little PHP
25- conference is returning to Nashville, TN. Keep your eyes on this
26- space and < a href ="http://twitter.com/phpcomcon "> follow us on
24+ < p > Mark your calendars for March 14 & 15, 2013. This friendly,
25+ little PHP conference is returning to Nashville, TN. Keep your eyes
26+ on this space and < a href ="http://twitter.com/phpcomcon "> follow us on
2727 Twitter</ a > , for more details over the coming weeks and months.</ p >
2828 < p > We've archived our < a href ="/2011 "> 2011 conference web site</ a >
2929 for your convenience.</ p >
You can’t perform that action at this time.
0 commit comments