Archives and Comments not working
-
I just recently installed WP, and so far it’s been wonderful, but I just can’t seem to get the comments or the archives (and the search by category) to work. I hope this is a really easy fix, since I am a total newbie to this.
I get a 404 message when I try to open any of them. My website is here: http://www.em-watson.net/wandless/ and my archive/category page is here: http://www.em-watson.net/wandless/blog/archives.php
This is what is currently in my .htaccess file:
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?em-watson.net/wandless(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?em-watson.net/wandless(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?wandless.em-watson.net(/)?.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG|jpeg|bmp|BMP|zip)$ http://em-watson.net/wandless [R,NC]
RewriteBase /wandless/blog/
RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /wandless/blog/index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
RewriteRule ^archives/category/?(.*) /wandless/blog/index.php?category_name=$1 [QSA]
There is no archives folder, I thought that WP would automatically make one, but I guess not? I did make one myself, maybe that set it off? I just don’t understand what exactly I did wrong…Thanks for any help!
The topic ‘Archives and Comments not working’ is closed to new replies.