Search found 3 matches

by lilliput
Tue May 10, 2005 7:21 am
Forum: General discussions
Topic: mode rewrite url
Replies: 3
Views: 5537

I got your mail ;)

The version I used is mainly based on an october/november version (should be 1.4)

I integrate different other php script
1 bookmark
2 sendmessage to jabber ( the one you used - amessage script)
3 php script to browse the directory (really clean)
4 I will integrate soon a ...
by lilliput
Tue May 10, 2005 3:38 am
Forum: General discussions
Topic: mode rewrite url
Replies: 3
Views: 5537

mode rewrite url

A lot of people offer their rewriterules so ..
I'll give mine

the order is important.


RewriteEngine On
RewriteRule ^article/([0-9]+)/xml/(.*)\.xml /xml/$2\.xml
RewriteRule ^article/([0-9]+)/pdf/(.*)\.pdf /pdf/$2\.pdf
RewriteRule ^article/([0-9]+)/([0-9]+)-(en|fr)\.html$ /index.php?action ...
by lilliput
Tue May 10, 2005 3:28 am
Forum: General discussions
Topic: Bug corection
Replies: 1
Views: 3202

Bug corection

I don't have the last version but I saw a debug print in the code:

inc/category.php:477

if ($leveldiff > 1) {

print $leveldiff; <<< to comment

for ($i = $leveldiff; $i > 1; $i--) {



hope it could help