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
7
7
8
8
<IfModule mod_rewrite.c >
9
9
RewriteEngine On
10
- #RewriteBase /~ramsey/phpcon-web/
11
10
RewriteRule ^(resources|templates).*$ http://phpcon.org/ [R=302 ,L]
12
11
RewriteCond %{REQUEST_FILENAME} !-d
13
12
RewriteCond %{REQUEST_FILENAME} !-f
Original file line number Diff line number Diff line change 1
1
< ?php
2
- $title = "Returning March 2013 - ";
2
+ $title = "Returning March 14 & 15, 2013 - ";
3
3
ob_start();
4
4
?>
5
5
< div id ="container " class ="home ">
10
10
</ div >
11
11
< h1 > PHP Community
12
12
< span > Conference</ span > </ h1 >
13
- < h2 > March 2013 </ h2 >
13
+ < h2 > March 14 < span > & </ span > 15 </ h2 >
14
14
< h3 > Nashville,< span > </ span > TN</ h3 >
15
15
</ div >
16
16
< div class ="aside ">
@@ -21,9 +21,9 @@ <h4>The PHP Community Conference Returns in March 2013!</h4>
21
21
< p > In 2011, we had our first ever conference. Our sponsors,
22
22
speakers, and attendees were phenomenal. You rocked so much that
23
23
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
27
27
Twitter</ a > , for more details over the coming weeks and months.</ p >
28
28
< p > We've archived our < a href ="/2011 "> 2011 conference web site</ a >
29
29
for your convenience.</ p >
You can’t perform that action at this time.
0 commit comments