for now i have had to disable the mobile sites. i have spoken to technical support at the server and they said its the .htaccess that is causing the problems[Mon Oct 19 12:13:03.159648 2015] [:error] [pid 18918] (12)Cannot allocate memory: [client xx.xxx.xxx.xxx:55962] couldn't create child process: /opt/suphp/sbin/suphp for /home/dignfr/public_html/website/index.php
Code: Select all
DirectoryIndex phpmobilizer.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ phpmobilizer.php?url=$1 [qsa]