Contents Magic

Entries Tagged as 'Apache'

Using Sub Version For Your Release Management

September 29th, 2010 · No Comments

In this post I will outline the basic workflow for anyone who intends to use subversion in order to manage the different releases of their site. Now this post is not intended only for wordpress audience, but actually it is intended as a general purpose work flow for anyone who want to keep different releases […]

[Read more →]

Tags: Advice · blogs · WordPress · Apache

Friendly URLs In WordPress

May 20th, 2007 · 4 Comments

ok, let me admit. A while back I hardly had any ambition of making money from my blogs. Though I was not getting any search hits in the first place and on top of that I had no ads in my blog, but when I see the way other blogs are configured, it inspired me […]

[Read more →]

Tags: WordPress · Apache

Getting mod_rewrite rewriting

May 19th, 2007 · 3 Comments

A few weeks back I was trying to get the following working, spent several hours and I was about to pull off my hairs.
I need to have a simple url rewriting that translates the following
http://www.tanamtechnologies.com/Web/Computers/Internet
to
http://www.tanamtechnologies.com/database.aspx?c=Category&s=SubCategory
also equally important to me was that I didn’t want any Redirections to happen. This was because […]

[Read more →]

Tags: Apache