buttahmellow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archives and Comments not working*bump*
And a note, I moved the index page to here:
http://www.em-watson.net/wandless/index887.php
And a mini question..How would I remove the horizontal scrollbar, and make custom color scrollbars for when multiple entries are there? I mean, I know how to do it, but I have been trying to do it, and it won’t do anything…Forum: Fixing WordPress
In reply to: Archives and Comments not workingThe rewrite stuff was to prevent direct linking…But I’ll see if my host could make their own anti direct link file, and then I could get rid of mine…Do you think that would work, if I got rid of all the other stuff?
Forum: Fixing WordPress
In reply to: Archives and Comments not workingOk, now this is my current .htaccess (I wasn’t sure if I did this correctly..)
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/category/?(.*) /wandless/blog/index.php?category_name=$1 [QSA]
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]
And I still got a 404…Did I do it incorrectly? I wasn’t clear on what you said…(I am pretty much a newbie to this stuff..) Thank you very much for your help 🙂Forum: Fixing WordPress
In reply to: Archives and Comments not working*bump*
Also, to let you know, there is nothing wrong with my version of PHP, it is all good, it just never worked. You know how WP does that first entry and has one comment? The comment never worked, when I click on the comment link, it gives me a 404. Has anyone had this problem, or can see what I did wrong? Once again, thank you.