I have been bequeathed a Wordpress site that has been created in a sub-directory of our current main web site (standard HTML). So I have:
http://www.company.com/ as main site
and
http://www.company.com/newsite/ as the wordpress site.
The underlying directory structures are:
/company-com/
and
/company-com/newsite/
This is (needless to say) somewhat inconvenient. However it would be a problem for various reasons to change this structure so I would like to stick with if at all possible.
I have created a .htaccess file in the /company-com/ directory with (for example)
redirect permanent /aboutus.htm http://www.company.com/newsite/aboutus/
So far I have about 20 redirects for various pages.
This appeared to be working OK until I noticed by chance that we were getting 500 errors. This transpired to be intermittent. Calling our hosting provider 1and1, support said it was because we were running out of processing power and needed to upgrade our package (!). Previously I had raised an online ticket and got fed up of waiting for response. This ticket has replied saying problem is with .htaccess file.
Question:
Which one is correct? From what I have read the .htaccess file would cause permanent problems rather than intermittent so I would go with the lack of processing power.
Regards Steve Booth