Jump to content

garethhall

Members
  • Posts

    194
  • Joined

  • Last visited

    Never

About garethhall

  • Birthday 08/17/1979

Profile Information

  • Gender
    Male
  • Location
    Auckland New Zealand

garethhall's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. Thanks for the reply but no luck I still get an Internal Server Error There is something wrong the the RewriteCond as commenting that out makes the error disappear.
  2. I have been tying to get the site redirection to work but I keep on getting an internal server error Here is what I need if the url is not http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/van** or http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/truck*** then redirect http://www.mydomain.com This is what I have at present but like I said it does not work. Options +FollowSymLinks RewriteEngine On RewriteCond !http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/van.* RewriteCond !http://www2.mydomain.com/content/newzealand/mpc/mpc_newzealand_website/en/home_mpc/truck.* RewriteRule .* http://www.mydomain.com [R=301,L]
  3. Try $sql = "UPDATE `master` SET `LOCATION` = '{$LOCATION}', `Location Name` = '{$Location Name}' WHERE `Asset Number` = '{$Asset Number}'" or $sql = "UPDATE `master` SET `LOCATION` = '$LOCATION', `Location Name` = '$Location Name' WHERE `Asset Number` = $Asset Number" or $sql = 'UPDATE `master` SET `LOCATION` = ' . $LOCATION} . ', `Location Name` = ' . $Location Name . ' WHERE `Asset Number` = ' . $Asset Number
×
×
  • 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.