Thank you! 

I made a new vanilla installation but could not get cleanURLs to work with 
the login or register form.
It did not help to delete icon link in the skin files.

Maybe you could post your working htaccess? Or did you change anything for 
the index.php?

I use this one (for years) that stopped working with 4.07

Options -Indexes
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
# Rewriting index.php queries
RewriteRule ^(.*)$ myfield/index.php?p=$1 [QSA,L]

Index.php is

$cleanURL='http://www.example.com/';
$fieldURL='http://www.example.com/myfield/';

Greetings, Martin

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to