bennjibee
Forum Replies Created
-
Ooops! How do I remove it? Can’t see a delete button!
I have been in touch with them and they have increased the timeout to 5 minutes but it still hasn’t worked.
Can you see from what I have posted what the problem is?
It’s 175mb in size. Here’s the error message –
********************************************************************************
PACKAGE-LOG: 2015-03-30 16:13:23
NOTICE: Do NOT post to public sites or forums[moderated]
Hi Cory
Ok so I have followed all the php timeout advice on that page. I just tried to address the webserver timeout advice but I’m not sure if I’ve adjusted the .htaccess file correctly. Here is what I have put –
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /hidden/NPM/
RewriteRule ^$ – [E=noabort:1]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /hidden/NPM/index.php [L]
</IfModule># END WordPress
I replace
RewriteRule ^index\.php$ – [L]
with
RewriteRule ^$ – [E=noabort:1]
Is this correct?