Message Text |
hello
My update of 4,3,3 towards 4,1 beta 5 raised problems. I test thus a new installation of 4,1 beta 5 with a fresh new complete install and I noted that :
Line Break Parsing: Select any fields for which you want the pressing of the it'enter key to be translated to a <br> tag. it would be better if is <br />
---------
The htaccess.txt and the automaker .htaccess come with bad caracteres so it's impossible for me to activate the rewriting
like this :
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)-trader\.html?$ trader.php?rewritten=1&id=$2
RewriteRule ^members/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ memberlist.php?rewritten=1&action=profile&id=$2
RewriteRule ^members/$ memberlist.php?rewritten=1
RewriteRule ^help/?$ help.php?rewritten=1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/?$ help.php?rewritten=1&action=showcat&name=$1
RewriteRule ^help/([-_/\+A-Za-z0-9äüößèà ]+)/([-_/\+A-Za-z0-9äüößèà ]+)-([0-9]+)\.html?$ help.php?rewritten=1&action=showitem&id=$3
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)-thread\.html$ comments.php?rewritten=1&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)-thread-([0-9]+)\.html$ comments.php?rewritten=1&id=$1&page=$2
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/[-_/\+A-Za-z0-9äüößèà ]+-([0-9]+)\.html$ link.php?rewritten=1&action=detail&id=$1
RewriteRule ^[-_/\+A-Za-z0-9äüößèà ]+/redirect-([0-9]+)/$ link.php?rewritten=1&id=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà ]+)/$ index.php?rewritten=1&action=displaycat&catname=$1
RewriteRule ^([-_/\+A-Za-z0-9äüößèà ]+)/([0-9]+)\.html$ index.php?rewritten=1&action=displaycat&catname=$1&page=$2
result an error 500 on my website
is it possible to have the good one please ?
and : how to duplicate the submit form link without captcha ? (to make an other submit form private for autosubmit)
tks and good job, i think this futur 4,1 would be very good
|