permalinks

How to remove ‘WordPress’ from your URL

So you’ve installed WordPress in a folder on your Webhost. Your URL now probably looks something like http://example.com/wordpress. This doesn’t look great and also you probably want people to see your WordPress Site at your domain name e.g. http://example.com. How do you do this? Although there are some complicated ways of achieving this redirect with [...]

Change your WordPress Permalinks

In the good old days, when changing your Permalink structure (i.e. how the URLs look) in WordPress you’d need to amend the Apache .htaccess file (or equivalent) to cater for the appropriate 301 redirects (a 301 redirect states that the URL has permanently been moved to a different address which is provided). Human understandable URLs [...]