Jump to content

Riparian

Members
  • Posts

    168
  • Joined

  • Last visited

Everything posted by Riparian

  1. Hi . I have a very old and large site (mostly written with the help of phpfreaks !). I am now told by google that the site will display an "insecure get me out of here" type message if I do not secure the personal info (more than fair) I do not want to secure the whole site as I will lose 10 years of seo because, as I believe, google sees the secure site as a completely different site to the http site... not to mention the duplicate content issues have used this code that seem to work fine BUT when I leave the secure page the https stays for the whole site. # rewrite individual pages to https RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^login\.php$ https://www.test.com.au/login.php [L,R=301] RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^checkout\.php$ https://www.test.com.au/checkout.php [L,R=301] Any help is greatly appreciated Cheers and thanks
  2. Thank you mac_gyver php used to be the program for dummies.... not any more .. the days of a hack knocking up a site with more than just a few pics on it are quickly disappearing ! Time for a full re-write by a professional me thinks. Cheers
  3. Hello again and thank you for the code fix... I also get this error Notice: Undefined index: logout in ....... How would this one be addressed ? Cheers
  4. Hello requinix Thank you for the reply... hmmm better go buy some more coffee ! Cheers
  5. 10 years ago I wrote a large site without declaring the variables which was no problem at the time. For the last few years it has been the head-in-the-sand approach but now I have to make it right. There are thousands of these that kick out errors with register globals depreciated and this will eventually stop the site from working all together. Does anyone know of a simple or expedient way approach this problem ? Any help is greatly appreciated Cheers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.