Where is the .htaccess file???
-
I spoke with our Yahoo hosting rep tonight and they have told me that it appears that there could be an issue with our permalinks as we get a 404 Not Found error for every page on our website, minus the home page. We have the default twenty thirteen theme activated right now.
I have read through the documentation that talks about finding the .htaccess file and deleting its contents as a way to fix this no content displaying issue. However, when I login into my file manager in my Yahoo hosting account, where I can see all the files, I don’t see a .htaccess file that I can edit. The instructions on Codex were: The result of clicking one of those links is that the page loads with all the surroundings (header, footer, sidebar), but instead of a page of posts, there is an error message: “Sorry, no posts match that criteria.”
This is due to a glitch in the .htaccess file that WordPress generates. To fix it, delete the contents of your .htaccess file and re-create it.
In the Control Panel, go to Manage > Files (More Info on Editing Files)
Click the link to your .htaccess file to edit its contents
Copy the contents of the file and paste it to a text file in a text editor. This is a precaution in case your .htaccess file has manual entries for redirects, denials or other handy htaccess tricks
Delete all contents from your .htaccess file and click the Update File button.
In the Control Panel, go to Options > Permalinks.
Click the Update Permalink Structure button to freshly generate new rewrite rules for your permalinks.
Test the results using a link that had previously broken.
Add any manual htaccess entries back in your file (Place manual htaccess entries before the # BEGIN WordPress or after # END WordPress lines.)
You may also perform similar steps by deleting the .htaccess files from the server, creating a fresh empty .htaccess file, changing its permissions to 666, and then in Options > Permalinks generate a new set of htaccess rules by clicking the Update Permalinks Structure button.Can anyone help me locate this file or tell me which folder its located in so that I can try to do the above steps?
Thanks!
- The topic ‘Where is the .htaccess file???’ is closed to new replies.