Skip to content

Commit d3c8227

Browse files
committed
Merge pull request #6 from ramsey/master
Syncing up the master branch
2 parents a720103 + ada0655 commit d3c8227

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
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

resources/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$title = "Returning March 2013 - ";
2+
$title = "Returning March 14 & 15, 2013 - ";
33
ob_start();
44
?>
55
<div id="container" class="home">
@@ -10,7 +10,7 @@
1010
</div>
1111
<h1>PHP Community
1212
<span>Conference</span></h1>
13-
<h2>March 2013</h2>
13+
<h2>March 14 <span>&amp;</span> 15</h2>
1414
<h3>Nashville,<span>&nbsp;</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 &amp; 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>

0 commit comments

Comments
 (0)