Eric Severance
12p3 comments posted · 0 followers · following 0
16 years ago @ Eric Severance - Google Reader in Facebook · 0 replies · +1 points
16 years ago @ Eric Severance - Host Your Own URL Shor... · 1 reply · +2 points
No worries, you're not butting in! I didn't know about Lessn at the time. I like how simple it is - not much to go wrong there. I'm not sure it would fit everything I was looking for at the time, but it'll definitely be worth adding to this chart when I get a chance to update it.
Thanks for the comment!
16 years ago @ Eric Severance - Host Your Own URL Shor... · 1 reply · +2 points
To things are needed for this:
1. Modify pretty link's prli-config.php file. Change $prli_blogurl to be the root of your website. So, for mine, I set $prli_blogurl = 'http://esev.com';
2. Use mod_redir to forward unknown top level requests to pretty link (actually to Wordpress):
RewriteEngine On
RewriteCond /var/www/$1 !-f
RewriteCond /var/www/$1 !-d
RewriteRule ^([^/]+)(/.*)?$ /blog/$1$2 [PT]