phpforum15 Posted July 24, 2015 Share Posted July 24, 2015 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 alwayshttp://allhyipinvestor.com/ support/http://allhyipinvestor.com/ advertisehttp://allhyipinvestor.com/ articleshttp://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 Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 24, 2015 Share Posted July 24, 2015 Did you fix all of the problems that you discovered in your last thread? Quote Link to comment Share on other sites More sharing options...
phpforum15 Posted July 24, 2015 Author Share Posted July 24, 2015 no sir, that is critical for recover all error waste of so much time. so i need only if or else condition. kindly make the condition i hope my site will be working for life. 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 Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 25, 2015 Share Posted July 25, 2015 Your script is broken because it is full of errors. You need to resolve those problems, not throw bandaids at it. Quote Link to comment Share on other sites More sharing options...
phpforum15 Posted July 25, 2015 Author Share Posted July 25, 2015 yes you are right. you know to make if else condition. if you know kindly make if else codition and put down. 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.