<html><head></head><body>I thought we were just looking for a tight URL for printed materials. I'm going to see if I can't get <a href="http://sagamorehillspta.org/openhouse">sagamorehillspta.org/openhouse</a> going by tonight. As far as what is parked there, I'm waiting to see the flyer (the final word(?) that also determines what gets posted to The Patch).<br><br><div class="gmail_quote">"John R. Lenz" <john@lenzmarketing.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">What is the goal (re: Kindergarten open house)? That's unclear to me.<br /><br />I of course can put whatever on the <a href="http://www.dekalb.k12.ga.us/sagamore">http://www.dekalb.k12.ga.us/sagamore</a> site; just let me know.<br /><br />-J<br /><br />On Dec 9, 2013, at 8:50 AM, michellewebbe@aol.com wrote:<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">I don't speak Nerd, but I am hoping those who do, understand what was just said. Is this an achievable goal, Dave and John?<br /><br />Michelle<br /><br />Sent from my iPad<br /><br />On Dec 6, 2013, at 9:18 AM, "John R. Lenz" <john@lenzmarketing.com> wrote:<br /><br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #8ae234; padding-left: 1ex;">John, we co
uld
change the Wordpress configuration to use pretty urls (like "../openhouse"). I think this necessarily converts all pre-existing urls to the new format though, thus breaking existing links. I think we'd have to define old-to-new redirects ourselves in .htaccess . What do you think?</blockquote><br />You can always try with the .htaccess; not sure if the hosting plan allows custom ones or not. Here's what to put into it to get pretty urls; also may need to update the config within wordpress:<br /><br /># BEGIN WordPress<br /><IfModule mod_rewrite.c><br />RewriteEngine On<br />RewriteBase /<br />RewriteRule ^index\.php$ - [L]<br />RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteCond %{REQUEST_FILENAME} !-d<br />RewriteRule . /index.php [L]<br /></IfModule><br /><br /># END WordPress<br /><br />Options -Indexes<br /><br /><br />I don't think the old URLs will break; I think the wordpress engine will serve the page using the id as well as the rewritten url. But I co
uld be
wrong.<br /><br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #8ae234; padding-left: 1ex;">John, I've also been thinking about moving the existing PTA Wordpress content into Google Sites (see <a href="http://test-google-sites.sagamorehillspta.org">test-google-sites.sagamorehillspta.org</a>), and this might be a good excuse to make it happen. Trick again is to not blow away those old URLs (or do we?). Google Sites does not seem to provide any redirection facilities. I've familiar with setting up a reverse proxy in Apache (so we can proxy the new from Google Sites, but redirect the old links), but we'd have to pay $15/m at Dreamhost to upgrade to a VPS to make it happen (there). I know that's pretty hardcore, so maybe we just do it for a year then cut the old URLs loose? What do you think?</blockquote><br /><br />If it's easier to add content to/administer vs. wordpress then go for it. I wouldn't worry too much about the o
ld
URLs.<br /><br />-J</blockquote><br /><br /></blockquote></pre></blockquote></div></body></html>