I really don't know. Just try to understand why it's not working. I still newbie on php and I like to know why everything I do not working.
For the script, I was just working on the header.php
Hi guys!
Thanks for your help! I use a script on my .htaccess file. Better and it's working now.
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|iphone|ipod|#opera mobile|palmos|webos" [NC]
RewriteRule ^$ domain [L,R=302]
Still have the same problem also with ob_start(); Here is how I put the code :
<?php
ob_start();
//$base_url = "...";
$base_url = "...";
//$base_url = "...";
define("CONTACT_EMAIL", ........');
define("CONTACT_NAME", '........');
require_once('function.php')...
Hi guys!
I have my code install on my header.php file but I receive message on mobile device : Warning : Cannot modify header information - headers already sent by (output started at / home2/..../public_html/..../index.php:1) in /home2/..../public_html/..../header.php on line 13
<?php...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.