Jump to content

chrisbourn

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

chrisbourn's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I just see 404 error 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. The entire htaccess file is currently as below, (I have tried different permutations RewriteEngine On RewriteCond %{HTTP_HOST} !^www.mywebsite.co.uk$ [NC] RewriteRule ^(.*)$ http://www.mywebsitel.co.uk/$1 [L,R=301] RewriteRule ^gallery.html$ /new-gallery.html [END,R=301] Thanks Chris
  2. Hi, Thank you I've tried this (again trying different variations, and its not working. Have I put this together incorrectly ? RewriteEngine On RewriteCond %{HTTP_HOST} !^www.mywebsite.co.uk$ [NC] RewriteRule ^(.*)$ http://www.mywebsitel.co.uk/$1 [L,R=301] RewriteRule ^gallery.html$ /new-gallery.html [END,R=301]
  3. I'm also having similar issues I've tried several permutation, but the redirect does not work for the new gallery page Here is my current code structure: " Redirect 301 /gallery.html /new-gallery.html [END,R=301] RewriteEngine On RewriteCond %{HTTP_HOST} !^www.mysite.co.uk$ [NC] RewriteRule ^(.*)$ http://www.mysite.co.uk/$1 [L,R=301] " ...any thoughts? Thanks
  4. I'm wondering if anyone can advise on the following. (I apologise in advance as I'm not over familiar with .js and prettyphoto, etc) We have a site footiegoals.com and this utilises prettyphoto, in order to get prettyphoto to work on the website on the pictures I had to comment out the lines as shown below. Prettyphoto then works fine. However the responsive menu does not display then if the screen is resized or if its viewed from a mobile phone Im assuming its a conflict of sorts between the version of .js used ? Is there any way to fix this does anyone know? <link rel="stylesheet" type="text/css" media="all" href="style.css" /> <link rel="stylesheet" href="prettyphoto/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" /> <link href='http://fonts.googleapis.com/css?family=Coda:400,800' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Marmelad' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.flexslider-min.js"></script> <script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="js/custom.quicksand.js"></script> <script type="text/javascript" src="js/jquery.quovolver.js"></script> <!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <script src="js/script.js"></script> --> Thanks in advance
×
×
  • Create New...