Hi Hugo,
I change the admin url of my wordpress wp-admin so it read http://www.mydomain.com/secret-folder/
In classic apache, all I would need to do is add the following in the .htaccess file
RewriteRule ^secret-folder/(.*) wp-admin/$1?%{QUERY_STRING} [L]
Could you please help me to translate this rule in a format that hiawatha will be able to understand?
Thank you in advance
Fred