March 27th, 2008 by
eglennkelly
Working on one’s own sites is much more fun that other peoples. The Internet is huge, and SEO is fascinating. I know where the rest of my life is going to be spent
PS Googling ‘fascinating‘ is fascinating.
Posted in News, Web Design |
No Comments »
March 23rd, 2008 by
eglennkelly
Ok, this one took me a while to figure out, after stuffing around with all sorts of .htaccess files, and being certain that mod_rewrite was in fact on, I was ready to give up. I was seeing:
Error 500, server config error and all sorts.
I knew I’d gotten some wordpress blogs running with SEF, so I just grabbed it’s .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
And, amazingly, it worked.
Let’s hear it for wordpress! ( written on a wordpress blog no less )
Posted in Internet, Servers, Web Design, wordpress, SEF/SEO, 1and1_1&1 |
No Comments »
March 17th, 2008 by
eglennkelly
There comes a time in every developers life when he makes the move from making sites for other people to sites for himself. And that time is nearly here ……..

Posted in News, Internet, Web Design |
No Comments »
June 19th, 2007 by
eglennkelly
After, well many years now www.interversal.com is finally in a nearly completed state. I like the dark colours, and the fact that it covers more to do with consultancy than web design. Since I spend most of my time doing consultancy work, it felt good to flesh out exactly what I do, instead of just saying ’stuff with computers’. So if you want something done in IT, let me know!
Posted in News, Internet, Web Design, Software |
No Comments »