Jump to content

lefrog

Member
  • Posts

    5
  • Joined

  • Last visited

lefrog's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Ian Many thanks for your reply. I've asked them to check the settings their end are correct again. Not sure if my .htaccess file is correct but have added below - ## File Security <FilesMatch ".(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> #### Apache directory listing rules #### DirectoryIndex index.php index.htm index.html IndexIgnore * #### Rewrite rules for SEO functionality #### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ######## START v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(.[a-z]+)?(?.*)?$ index.php?_a=saleitems&%1 [NC,L] ######## END v4 SEO URL BACKWARD COMPATIBILITY ######## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA] </IfModule>
  2. Hi all I have a fresh install of CC5 installed on a server with 123-reg and have purchased my own SSL certificate, however I when I enable SSL in the admin panel I am unable to login or register and chrome state that "this web page has a redirect loop". I had a look around the forum, but nothing I could find seems to work. The certificate was installed by their support, who have added a new A record to point the www subdomain to another IP and told me that just entering "/" into the SSL root path should suffice. I've tried all sorts of URL's in the admin panel to try and get the SSL enabled but keep ending up with same result. I've also cleared all cookies and tried with two other browsers (IE and FF) but still have the same issue. Can anyone help me out please or point me in the direction of a possible fix? I stupidly said to the wife I'd have the site live by Sunday night... lol
  3. Yup. Definitely a strange one! I did check the /global.inc.php file but all seems to be correct. Think I'll contact my hosting support team and ask them to check the server configuration before trying a clean install. Thanks for your assistance
  4. Many thanks for your reply and explanation - that makes sense now! Does this also explain the absolute URL path being displayed in the address bar? eg feltbrooches.co.uk/websites/123reg/LinuxPackage24/fe/lt/br/feltbrooches.co.uk/public_html/test-product.html? I've never seen this happen before in any of my CC installs.
  5. Hi all I have installed a CC5 a few times over the last year without any issues, but I have just completed a new install using the latest version and am having issues with the store URL's not displaying correctly. I've actually created the website on another domain I own temporarily (www.feltbrooches.co.uk), whilst I start to migrate over from v4 and create a new category structure, images, etc. Randomly sometimes the homepage displays correctly, but all other links show the full file path (minus the www.) - eg. http://feltbrooches.co.uk/websites/123reg/LinuxPackage24/fe/lt/br/feltbrooches.co.uk/public_html/privacy-policy.html Can anyone give me some pointers please? Would it be easier to try another clean install?
×
×
  • Create New...