Hosting Virtual Server

Virtual Private Server Hosting

Hosting Virtual Server header image 4

Entries from December 2005

Search engine friendly urls with CherryPy?s default method

December 29th, 2005 · Comments Off

My fishing directory haven’t been a success at the search engines and I discovered that most of the pages were listed as Supplemental Results in Google. One reason for that can be urls with question marks and multiple parameters. So i tried to figure out how to implement that. Apache’s mod_rewrite is a common method […]

[Read more →]

Tags: Virtual Hosting · hosting

Adding columns to Sqlite tables behind SQLObject

December 29th, 2005 · Comments Off

So I finally got some time on the internet (stupid ISP, bad luck etc..) and one of the tasks to do was to add a feed column to the website table in my fishing directory. Since I am using Sqlite 2.8 (?) no ALTER TABLE construct is available (added with Sqlite 3) and SQLObject doesn’t […]

[Read more →]

Tags: Virtual Hosting · hosting