that pesky .htaccess file = big headache!
-
I’ve tried to do my due diligence with searches and testing out several things; but to no avail!
I am new to WP (and not entirely technically proficient with it, although I try!) and hope to import my old blog soon, but wanted the new stuff up and running first. The install went great. However, when I went to set my permalink prefs, it mentioned not being able to write to my .htaccess file. (seems like a common thing!)
I’ve verified my host does allow this. I checked my ftp file listing and I do not currently have this file, so I created one and placed it at the same root level as my WP index file.
Whenever I add the .htaccess file, I get the error 500 msg and can’t see anything on my site. Without the file, I can get to the index.html page, but no other pages (such as about or expanding the single post there); this yields a 404 error.
my site: https://www.bebackonmonday.com
I’ve tried a blank file, in case WP could write on it. no.
I’ve tried`<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>`and
RewriteEngine on?RewriteCond %{HTTP_HOST} ^www.bebackonmonday.com$ [OR]?RewriteCond %{HTTP_HOST} ^bebackonmonday.com$?RewriteRule ^(.*)$ https://sub.domain.com/ [R=301,L]
Does anyone have other suggestions?
Thanks so much!!
- The topic ‘that pesky .htaccess file = big headache!’ is closed to new replies.