Search found 5 matches
- Fri Dec 05, 2008 8:21 pm
- Forum: French - Français
- Topic: [Résolu]URL mod_rewrite - Ajouter un '/' en fin de lien
- Replies: 4
- Views: 2668
Re: [Résolu]URL mod_rewrite - Ajouter un '/' en fin de lien
En fait le machin qui marche out of the box, hé bien ... ce n'est pas le cas pour moi ... surprenant. Par contre, avec la redirection d'url, je ne peux pas faire d'ancre dans les pages ! Lorsque l'on clique sur une ancre, on revient à la page d'accueil, je devrais peut-être ouvrir un autre topic ! J...
- Wed Dec 03, 2008 5:08 pm
- Forum: General Discussion
- Topic: Module Manager not working
- Replies: 14
- Views: 7319
Re: Module Manager not working
Thanks for the tip, sorry for the stupid post.
However I think
The CGExtensions module could not be found.
Should be replaced by
The CGExtensions is required to run this module
or
Please install CGExtensions module to use this module
Anyway, it works now
However I think
The CGExtensions module could not be found.
Should be replaced by
The CGExtensions is required to run this module
or
Please install CGExtensions module to use this module
Anyway, it works now

- Wed Dec 03, 2008 4:39 pm
- Forum: General Discussion
- Topic: Module Manager not working
- Replies: 14
- Views: 7319
Re: Module Manager not working
Hello
Thanks for the good app
The list reappeared on the 'module manager', but a soon as I click on 'download and install' I get :
ERROR: The CGExtensions module could not be found.
I tried it for SitemapMadeSimple and CGGoogleMap.
Thanks
Ben
Thanks for the good app
The list reappeared on the 'module manager', but a soon as I click on 'download and install' I get :
ERROR: The CGExtensions module could not be found.
I tried it for SitemapMadeSimple and CGGoogleMap.
Thanks
Ben
- Tue Dec 02, 2008 5:04 pm
- Forum: French - Français
- Topic: [Résolu]URL mod_rewrite - Ajouter un '/' en fin de lien
- Replies: 4
- Views: 2668
Re: URL mod_rewrite - Ajouter un '/' en fin de lien
J'ai remplacé
par
et ca marche
Code: Select all
RewriteRule ^([^/]+)/(.*)$ index.php?page=$2&hl=$1 [QSA]
Code: Select all
RewriteRule ^([^/]+)/(.*)$ index.php?page=$1 [QSA]
et ca marche
- Tue Dec 02, 2008 12:07 am
- Forum: French - Français
- Topic: [Résolu]URL mod_rewrite - Ajouter un '/' en fin de lien
- Replies: 4
- Views: 2668
[Résolu]URL mod_rewrite - Ajouter un '/' en fin de lien
Bonjour, J'ai suivis la procédure suivent pour faire de l'URL rewriting http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Optional_Settings/fr Le lien qui en résulte est du type : http://www.monsite.com/mapage => Erreur 404 Quand je tape l'adresse http://www.monsite.com/mapage/ la p...