Jump to content

Search the Community

Showing results for tags 'redirect'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 2 results

  1. Hi there Really like the CubeCart but there is just one thing that is annoying me. I dont like the .html extensions so managed to set this to null in the seo class file and that worked fine, updated the .htaccess to work with this and all is working well. When I redesign a website I always use 301 redirects to point to the new path, such as: redirect 301 /old-prod.html /new-product This keeps Google and the customer happy with page ranks etc. Well not always but certainly helps. But some paths are not working and just redirecting to index.php, what I want to do is disable the following: (I don't mind modifying PHP that is not an issue for me) Redirect to index.php on 404, I want to use my own 404 page if possibleThe use of http://www.example.com/index.php why not just http://www.example.com instead? I am would prefer to take control and make my own 404 page, so that I can capture all backlinks that are not valid and then update the .htaccess file accordingly. Also I want the site to be fully HTTPS, however using the inbuilt functions causes redirect loops, again I just want to take control of this and use something along the lines of: RewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} But even with "Force SSL mode on all pages" and "Enable SSL" set to "No" it seems to still keep causing me issues with a redirect loop. Has anyone modified cubecart to take complete control over the redirecting of pages? Of course I need the SEO path to work still, but I would prefer to fully manage the redirects if that is possible. Thanks in advance for any advice and keep up the great work on CubeCart. I am using the latest version of CubeCart v5 for information.
  2. I have cubecart 5.1.5. When I go to my url in my browser or when I click a link to any page on my site I get redirected to my log in page. I click on my homepage link and again I get redirected to the login page (e.g. www.mydomain.com/index.php?_a=login. At the third attempt I eventually get to my home page (or whatever page I am trying to get to) Does anyone know why this is happening. It happens in all browsers. I have cleared my cache and still the same thing happens.
×
×
  • Create New...