Jump to content

Modules Core News v.0.8


Recommended Posts

J'ai installé la nouvelle version trouvé içi: http://www.eihwazblog.com/

j'ai suivi également les directives du fofo en anglais:
http://www.prestashop.com/forums/viewthread/46529/P360/third_party_modules/contribution_news_modulemod

mais je rencontre le problème de page introuvable

J'ai bien réussi à générer le htaccess et l'url simplifé et activé
j'ai également rajouté les lignes suivantes dans le htaccess:

RewriteRule ^blog/?$ /modules/newscore/news.php [L,E]
RewriteRule ^blog/entry/([0-9]+)-([a-zA-Z0-9-]*)(.html)?$ /modules/newscore/news.php?id_entry=$1 [QSA,L,E]
RewriteRule ^blog/category/([0-9]+)-([a-zA-Z0-9-]*)(.html)?$ /modules/newscore/news.php?category_id=$1 [QSA,L,E]
RewriteRule ^blog/category/([0-9]+)-([a-zA-Z0-9-]*)/entry/([0-9]+)-([a-zA-Z0-9-]*)(.html)?$ /modules/newscore/news.php?category_id=$1&id;_entry=$3 [QSA,L,E] 



une aide serait la bienvenue merci

Valérie

Sujet déplacé - Atch

26690_WFoNIWxS2gnhfaQHoMXr_t

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Bonjour,

Si vous êtes toujours intéressé par ce module, j'ai trouvé la solution à mon problème.
Il suffit de corriger le fichier htaccess par celui-ci:

RewriteRule ^blog/?$ /modules/newscore/news.php [L,E]
RewriteRule ^blog/entry/([0-9]+)-([a-zA-Z0-9-]*)(.html)?$ /modules/newscore/news.php?id_entry=$1 [QSA,L,E]
RewriteRule ^blog/category/([0-9]+)-([a-zA-Z0-9-]*)(.html)?$ /modules/newscore/news.php?category_id=$1 [QSA,L,E]RewriteRule ^blog/category/([0-9]+)-([a-zA-Z0-9-]*)/entry/([0-9]+)-([a-zA-Z0-9-]*)(.html)$ /modules/newscore/news.php?id_entry=$3 [QSA,L,E] 



C'est peut-être ^pas dans les normes, je n'en sais rien, mais ça fonctionne au moins.

Link to comment
Share on other sites

  • 4 months later...
  • 3 months later...
  • 9 months later...

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...