Did I break it by adding .htaccess?
-
Hi, I am very much a newbieand I will so much appreciate whatever help anyone can offer…
I was unable to access my website’s stats after installing WordPress (gave me a “not found” message since there was nothing in the WordPress database for directory /stats/), and I read on my web host’s (Dreamhost) support site that I might need to write
RewriteCond %{REQUEST_URI} ^/stats/(.*)$
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
to the “.htaccess” file. Apparently version 1.5 does not use .htaccess but I created a file titled .htaccess including only the above two lines and ftp’ed it to my main directory. I can access my stats now, but only the pain page and admin pages of my blog (https://www.goodponies.com) show up. Other pages give an error like “Not Found, The requested URL /category/available-for-sale/ was not found on this server., Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.” And to boot, “.htaccess” doesn’t actually show up in any of the FTP programs I have tried (Internet Explorer, an old version of WSFTP LE and a new version of FTP Surfer)–though a manual request to transfer .htaccess from the webserver to my computer seems to work, whereas it doesn’t work with made-up filenames. I tried transferring a blank .htaccess file, and that didn’t seem to change anything–I can still access my stats, and I still can’t access blog pages. I have tried manually creating a “DELE .htaccess” command in FTP Surfer and it told me it couldn’t find that file.I feel pretty foolish, can anyone explain to me what might have happened and what I might try to fix it? Again, I am not a sophisticated user of WordPress, FTP, or anything else. I’m fairly alarmed and worried!
- The topic ‘Did I break it by adding .htaccess?’ is closed to new replies.