Posts Tagged ‘HTACCESS’

3 WordPress htaccess Tips

Jan
29
2010

Wordpress logo WordPress is a powerful blogging/CMS platform that enables a variety of different Internet users to create and publish content with ease. The following tips will enable you to improve your WordPress blog even further. (more…)


Redirect SSL with .htaccess

Dec
27
2009

Apache Server logo If you use an SSL certificate to secure pages on your website, you may want to setup your server to always display non-secure pages using ‘http’ instead of ‘https’.

In terms of search engine optimisation it is advisable that your server is setup to display a single version of a page to avoid duplication. (more…)


Rewrite URLs on Apache with mod_rewrite

Sep
3
2007

A simple look at using mod_rewrite on Apache servers
Is your website accessible by typing www.yourdomain.com as well as yourdomain.com, well using mod_rewrite on Apache servers you will be able to control how your URL structure is displayed whichever way the user types in your address. Controlling the URL structure is in fact more important than some people realise.

Personal Example
I have used mod_rewrite on this website so that if the user types www.brightscape.net, brightscape.net, or blog.brightscape.net (the old blog URL), they see a single uniform URL structure. I chose not to display ‘www.’ for my domain. This is personal preference, however I feel the shorter the URL the better. Unnecessary clutter can make your domain name less memorable. (more…)