On 05/07/06, Giovanni Putignano gputignano@tiscali.it wrote:
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]
So I suggest you try changing that line to the correct conditions for your site.
So to change http://www.mysite.com/index.php?title=Article to http://www.mysite.com/index.php/title=Article or better http://www.mysite.com/Article what I have to write in .htaccess? Excuse me but I don't know how to use rewrite.
The thing called RewriteRule just changes the left side URL into the right side URL. I don't know exactly how to do what you want to do, but your question is not a MediaWiki question, so if you are really stuck I'd suggest finding a tutorial about RewriteRule on the internet and reading it. You might need to find out about regular expressions as well.