Archive for November, 2007

Cheap Broadband - Yes Please

What incredible times we live in.  During a spare half hour I was goaded into finding pasties on t’internet.  Blimey the humble savory snack (some say meal) is now global - and can be ordered online for delivery anywhere in the world.
Ever thrifty I checked the prices of available pasties online on Savebuckets -  UK’s […]

Continue reading

 

Blasted Permalinks htaccess file for wordpress blog url links

Tricky little bleeders
but it seems the following htacess file is required
RewriteEngine On
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Continue reading

 

Where IS my htaccess file?

Dunno
So I’ll pester my colleagues until someone comes to the rescue.
=====
Bah it seems I was robbed of the htaccess file when I downloaded the wordpress software and now I have to make my own.
How blasted annoying - Ijust want to munch and write.

Continue reading