dnoxxo Posted July 10, 2014 Share Posted July 10, 2014 Hello and 1 sorry for my english,2 thank you all for presta. I have strange problem, when i dont active friendly url all work's good, after activated it click to category or cms page going to 404 and products images are not showing. what i can do? thank you. prestashop 1.6 (updated from 1.4 ). Link to comment Share on other sites More sharing options...
vekia Posted July 10, 2014 Share Posted July 10, 2014 hello your hosting account supports mod_rewrite? 1 Link to comment Share on other sites More sharing options...
dnoxxo Posted July 10, 2014 Author Share Posted July 10, 2014 Thank you for reply, yes i have another shop with presta (1.4.6.8) with rewriting on in one different folder and works great. Link to comment Share on other sites More sharing options...
dnoxxo Posted July 10, 2014 Author Share Posted July 10, 2014 I Try to explain what test i do: deleting and regenerating .htaccess disabled enabled multi views regen images (this make me bad think because deleted all 2000 pictured imported dont want do it again) if see the .htaccess file # ~~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<IfModule mod_rewrite.c><IfModule mod_env.c>SetEnv HTTP_MOD_REWRITE On</IfModule>RewriteEngine onRewriteRule . - [E=REWRITEBASE:/roma/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]RewriteRule . - [E=REWRITEBASE:/roma/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]</IfModule>AddType application/vnd.ms-fontobject .eotAddType font/ttf .ttfAddType font/otf .otfAddType application/x-font-woff .woff<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year"</IfModule>FileETag INode MTime Size<IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule></IfModule>#If rewrite mod isn't enabledErrorDocument 404 /roma/index.php?controller=404# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again there are no rules for category or product i think here is my problem, when i change in back office link structure this file dont change can be this is my problem? thank you! Link to comment Share on other sites More sharing options...
dnoxxo Posted July 10, 2014 Author Share Posted July 10, 2014 so i fund another problem ... sig when insert image with cms this replaced with: src="%5C" ... wts? Link to comment Share on other sites More sharing options...
dnoxxo Posted July 10, 2014 Author Share Posted July 10, 2014 so i fund another problem ... sig when insert image with cms this replaced with: src="%5C" ... wts? just disable html purifier in preferences tab in your back office as they answer on the forum and it will be ok < ok i solved this. Link to comment Share on other sites More sharing options...
Recommended Posts