Jump to content
Larry Ullman's Book Forums

E-Commerce Sans Peine


Recommended Posts

hello,

 

I have to buy your book from a few months it, I have to download the codes on the site and once to install on my server, in moment either I click coffees or accessory and or promotion he does not find the file, here is my site I is anything touch with regard to embellishes with images everything is as the book http: // www.plus-e-commerce.com / but me understands not link are just thank you for helping me...

Link to comment
Share on other sites

Upload a file called ".htacess" to your server.


<IfModule mod_rewrite.c>
RewriteEngine on
# For sales:
RewriteRule ^shop/sales/?$ sales.php
# For the primary categories:
RewriteRule ^shop/([A-Za-z\+]+)/?$ shop.php?type=$1
# For specific products:
RewriteRule ^browse/([A-Za-z\+\-]+)/([A-Za-z\+\-]+)/([0-9]+)$ browse.php?type=$1&category=$2&id=$3
# For HTTPS pages:
RewriteCond %{HTTPS} off
RewriteRule ^(checkout\.php|billing\.php|final\.php|admin/(.*))$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>

Link to comment
Share on other sites

@romumu77: si vous avez d'autres questions à poser ici, postez-les en français, et j'essaierai de les traduire.

@Larry: I'm just suggesting to romumu77 he posts his questions in French, and I'll try and translate them into English.

  • Upvote 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...