Ever wondered how to convert those ugly looking, dynamic urls with parameters (?param=something) to the ones that static websites have?
URLs which contain relevant keywords and are properly formatted have more chances of putting your site higher In the search results. In this series of videos you will learn how to convert dynamic urls into the static looking ones using .htaccess and PHP.
Time: 77:25 min / Price: £28.49
Sebastian Sulinski on 16th Aug 2009




Sisay on Saturday, 1st October 2011
I was in need of this tutorial badly. Thanks and keep it up.
Reply
Anonymous on Tuesday, 13th December 2011
Cool tutorial..
Reply
Qaysar Akbar on Monday, 23rd April 2012
Hi Sebastian,
I just wanted to ask a quick question please.
If I wanted to have the page title change to a different title for each page how can this be done using the same page structure as in the tutorials?
Thank you
Reply
Sebastian Sulinski : @designtutorials on Monday, 23rd April 2012
Hi Qaysar,
To do this, you would have to create a variable on each page. This variable would store value of the title tag, then in the header simply echo this variable - that will display the relevant title on each page.
Reply