Jump to content
Larry Ullman's Book Forums

Descartes

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Descartes

  1.  

    Hello,

    I bought the new book version 2.0.

    I am now using the ex2 software testing.

    But the menus do not appear via htaccess.

    My htaccess is:

    <IfModule mod_rewrite.c>

    Options-MultiViews

    RewriteEngine on

    # For the primary categories:

    RewriteRule ^ shop / (coffee | goodies)? / Shop.php $ type = $ 1?

     

    # For sales:

    RewriteRule ^ shop / sales /? $ / Sales.php

    # For specific products:

    RewriteRule ^ browse / (coffee | goodies) / ([A-Za-z \ + \ -] +) / ([0-9] +) / $ browse.php type = $ 1 & category = $ 2 & id = $ 3?

    [edit]

    Yes Fixed.

    I have to change the menu in header html in

    shopon/shop/sales and it works

    [/edit]

    # For HTTPS pages:

    RewriteCond% {HTTPS} off

    RewriteRule ^ (\ checkout php |. Billing \ php |. Final \ php |. Admin / (*).) $ Https://% {HTTP_HOST} / $ 1 [R = 301, L]

     

    </ IfModule>

    Even with my ISP does not work.

    I work at home with xampp in localhost and the ISP in a sub folder test.

    Folder in localhost htdocs / shopon

    Anyone have an idea?

    Thanks and regards.

×
×
  • Create New...