Need Help Understanding .htaccess file

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Need Help Understanding .htaccess file

Postby livninctry » 18 Dec 2011, 20:04

Now that I am up and running at www.hoaconnections.com and have made sure that the settings allow for the search engines to find the site, I am still having a problem.

The google bot simulators at xml-sitemaps.com do not seem to see http://www.hoaconnections.com, but have no problem with http://hoaconnections.com.

I have traced the problem to the .htaccess file and have added code to make sure that it is using a 301 redirect (I think). Here is my code:


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [R=301,L]
</IfModule>

# END WordPress

It seems to me that I should be worried that www. does not register but without the www. everything is fine. When I look at the different crawl results I can't help but think that half my site is not being seen. Any help or words of wisdom are greatly appreciated.

Brian
livninctry
 
Posts: 30
Joined: 18 Aug 2010, 12:45

Re: Need Help Understanding .htaccess file

Postby Colin » 18 Dec 2011, 22:29

Is this something to do with the Suffusion theme? I think not.

You might be better off asking at somewhere like TechGuy forum or even at Wordpress forum.
Colin
 
Posts: 2800
Joined: 27 Oct 2009, 10:46

Re: Need Help Understanding .htaccess file

Postby livninctry » 19 Dec 2011, 05:24

I was not sure if the suffusion theme made any edits to the .htaccess file. So, I wanted to ask here first. If suffusion does not modify the .htaccess then I will most definitely take this question to another forum.

Brian
livninctry
 
Posts: 30
Joined: 18 Aug 2010, 12:45

Re: Need Help Understanding .htaccess file

Postby DonnaM » 25 Apr 2012, 12:14

Can someone please answer these questions directly?

Does the Suffusion theme use the .htaccess file?

If so, has it modified it from the original wordpress .htaccess file and to what degree, ie. what does it exactly do for the Suffusion theme?

GoDaddy is trying to tell me that the cause of my site being slow seems to be the redirects in the .htaccess file. He said this was "theme-related".

Thank you for any light shed on this matter.
DonnaM
 
Posts: 1
Joined: 06 Mar 2012, 09:31

Re: Need Help Understanding .htaccess file

Postby sayontan » 25 Apr 2012, 13:19

DonnaM wrote:Does the Suffusion theme use the .htaccess file?

Easy answer: no. It definitely doesn't write to it, if that is what you are asking. And the only thing reading from it is WP itself and potentially some plugins - not Suffusion.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot] and 2 guests