Jump to content

luisvillacrez

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by luisvillacrez

  1. Hey thank for trying help. However, I still getting the error It's been over a week. I have called presta customer service, they haven't be able to resolve my problem either. The gave me a solution to change hosting company. which is a pain in the butt. There;s gotta be something else. If anyone know please help. I'm using the last stable version of prestashop 1.5.1 and my hosting is godaddy. lol
  2. Thank you for trying to help. However, it is still not working. I called the guys from prestashop technical support. They don't even know what's wrong. Also, they didn't even have an 1.5.1 available to check on their servers. Lol You would think after making a huge update they would already have it testing huh?
  3. Go to topmenunav module remove the old home navigation label create another navigation label with the same name "home" and link it to your wwww.exmaple.com name. Once you do that all the categories we'll be separated from the old home. I had the same problem. All the new categories created as root would always end up in home sub menu.
  4. Ok so far this is what i have figured out. Right now my website: www.lazux.com is running with the .htaccess generated by prestahop. Some of the links work except the my account link, login, and such. I have tried this solutions: http://prestashop-godaddy.blogspot.com/2009/02/how-to-get-prestashop-friendly-url-url.html Nothing. However, after trying all solution I decided to delete the .htacces so see if prestahop will generate another one. While the url friendly is enabled. Doing this, all the links work;However, all the images from the product don't show up . Server information Server information: Linux #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 Server software version: Apache PHP version: 5.2.17 Memory limit: 64M Max execution time: 30 Database information MySQL version: 5.0.92-log MySQL engine: InnoDB Tables prefix: ps_ Store information Prestashop version: 1.5.1.0 Shop URL: http://lazux.com/ Current theme in use: default Mail configuration Mail method: You are using the PHP mail() function. Your information Your web browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4 Current/Original .HTACCESS [/color][/size][/font][color=#585A69][font=Arial, Verdana, Helvetica, sans-serif][size=3] # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums[/size][/font][/color] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]<IfModule mod_rewrite.c>[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteEngine on[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{HTTP_HOST} ^lazux.com$[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteRule . - [E=REWRITEBASE:/][/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L][/color][/size][/font][color=#585A69][font=Arial, Verdana, Helvetica, sans-serif][size=3] # Images RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9]+)\-([0-9]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1-$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^lazux.com$ RewriteRule ^c/([a-zA-Z-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L][/size][/font][/color] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]# Dispatcher[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{REQUEST_FILENAME} -s [OR][/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{REQUEST_FILENAME} -l [OR][/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{REQUEST_FILENAME} -d[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{HTTP_HOST} ^lazux.com$[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteRule ^.*$ - [NC,L][/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteCond %{HTTP_HOST} ^lazux.com$[/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L][/color][/size][/font] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]</IfModule>[/color][/size][/font][color=#585A69][font=Arial, Verdana, Helvetica, sans-serif][size=3] #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404[/size][/font][/color] [font="Arial, Verdana, Helvetica, sans-serif"][size="2"][color="#585a69"]# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again[/color][/size][/font][color=#585A69][font=Arial, Verdana, Helvetica, sans-serif][size=3] Please if anyone know the solutions for the URL friendly to work on my site I would really appreciate it. Thank you in advanced.
×
×
  • Create New...