Eric Severance

Eric Severance

12p

3 comments posted · 0 followers · following 0

16 years ago @ Eric Severance - Google Reader in Facebook · 0 replies · +1 points

Yeah, they did change it. It used to say the title of the article for each article shared.

16 years ago @ Eric Severance - Host Your Own URL Shor... · 1 reply · +2 points

Donald,

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

Frans,

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]