hy,
my site is this www.allhyipinvestor.com
when we add more than 10 websites in my monitor site then my site showing white page only .
some menue links are working well ,but homepage ,rcb and article menue not working during this problem
but when i delete extra sites and make it 10 or less no. of sites then my site online again.
these links some time good working and some time not working.
kindly solve my problem sir.
these links are not working some time. http://allhyipinvestor.com/ http://allhyipinvestor.com/ home/ http://allhyipinvestor.com/ directory/ http://allhyipinvestor.com/ allrcb/
these links are working always http://allhyipinvestor.com/ support/ http://allhyipinvestor.com/ advertise http://allhyipinvestor.com/ articles http://allhyipinvestor.com/ news
and when i change my php version 5.3 or 5.4 then its normal and active.
its every hourly i need to change php version for active it.
or
by adding this code in .httaccess my site online suddenly.
AddHandler application/x-httpd-php52 .php52 .php
kindly make if else coding for .htaccess file.
if req host is not active
then
RewriteEngine on
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule .* index.php [L]
else
RewriteEngine on
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule .* index.php [L]
AddHandler application/x-httpd-php52 .php52 .php
Best Answer
Quote