.htaccess
-
Hi,
We’ve got 40 or so sites on a multisite however after adding 2 more sites one particular page on each side is throwing up a 500 error. After speaking to the people who host our server they have said that it is a problem with the htaccess. I am aware of htaccess and understand it but rewriting it is pretty daunting. Also, as all the sites rank quite well on google we don’t want to loose this. This is the htaccess at the moment<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /newtest4/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /newtest4/index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /newtest4/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /newtest4/index.php [L] </IfModule> # END WordPress
The site in question is treraget.co.uk and it subdomains which are all mapped at ‘proper’ domains i.e berkshire.treragent.co.uk is equityreleaseberkshire.co.uk.
In the mean time we have just hidden the page and moved the content onto the home. Any ideas??
Lucy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘.htaccess’ is closed to new replies.