.htaccess resources

Writing .htaccess files is something of an arcane art. The problem discussed previously was to do with not having the obligatory /. However, no sooner had the redirect seemed to be working perfectly when the whole site disappeared under the weight of a 500 error (which is being worke don at this moment.)

First stop on looking for how to switch files to a new location without losing search engine ranking is to use a redirect 301, the syntax for which is on http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirect

However, to make it clear why and how to do this, there was a fair bit of useful help in more comprehensible English on http://www.tamingthebeast.net/ as well as some (as yet untested but apparently good) Search Engine Optimisation advice.


Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated in /homepages/34/d43362328/htdocs/ydontu/blog/wp-includes/wp-db.php on line 3030

Deprecated: Creation of dynamic property WP_Query::$comments_by_type is deprecated in /homepages/34/d43362328/htdocs/ydontu/blog/wp-includes/comment-template.php on line 1525

1 thought on “.htaccess resources

Comments are closed.