Browsing the archives for the URL tag

CodeIgniter base_url: Make it dynamic

CodeIgniter Base URL
When you install the CodeIgniter framework on your server, the base URL and certain other settings are automatically configured on install. These settings are relevant to the server you are installing on. The base url is set to the domain you are installing CodeIgniter on (eg. www.uk-webdeveloper.co.uk) and is called by a method [...]

No Comments Posted in Codeigniter
Tagged , , , ,
Search Engine Friendly URL's

Ok. I’m going to try to KISS this article.

I realised that I needed to change the URL’s on my website. They were similar to this:

www.domain.co.uk/genericpage.php?pagename

This method allows for a degree of dynamism. It allows for just one page to display all the content. Everything after the ‘?’ are arguments with which my script selects content [...]

No Comments Posted in Web development
Tagged , , , , , , , , , , , ,