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 h