.htaccess problems….
-
I have been trying my best to figure out whats wrong with my .htaccess file but I know thats where the problem is. When I have setup jet pack and a number of other plugs-ins I get a “File has moved here error 500 that just links back to itself. Does anyone have any resources that will help me learn what is wrong in it? I will include below my current file. I found one part of the error was that Rewrite was in there twice. So I hashtagged that line to edit it out and that made my moble devices “iPads/iphones” able to reach the site. But I am still lost with the other stuff so there must be something really deep seeded going on. LOL
here is my current file.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(.*.)*horseopeaceranch.com$ [NC]
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.horseopeaceranch.com/$1 [R=301]
# BEGIN WordPress
<IfModule mod_rewrite.c>
# RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f #I think this line might be a problem.
RewriteCond %{REQUEST_FILENAME} !-d #I think this line might be a problem.
RewriteRule . /index.php [L]
</IfModule># END WordPress
The blog I need help with is: (visible only to logged in users)
-
The blog you specified at http://www.horseopeaceranch.com does not appear to be hosted at WordPress.com.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
That is not a free hosted WordPress.com blog and those are the only blogs we provide support for here. You are posting to the wrong support forums. WordPress.com and WordPress.org are completely separate and have separate logins. If you don’t have a username account at WordPress.org, click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post there.
- The topic ‘.htaccess problems….’ is closed to new replies.