Jump to content
  • 0

Przyjazne linki presta 1.6


krzysiek_web

Question

Panowie sprawa wygląda tak.

Po włączeni u przyjaznych linków w prestashop 1.6 i wejściu np. w kategorię dostaję błąd 404.
Dodam że linki na stronie zmieniają się na przyjazne ale występuje błąd 404 po wejściu na nie.

Po wyłączeniu przyjaznych linków wszystko działa odpowiednio. Można wejść w kategorie bez problemów.

Próbowałem usuwać htccess i na nowo generować w panelu ale nic nie pomaga.

Plik wygląda tak:

# ~~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 on
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff

#If rewrite mod isn't enabled
ErrorDocument 404 /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

Czy czegoś w nim nie brakuje?

editt/ Serwer obsługuje modrewrite.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...