Can't find my .htaccess...help
Hi guys,
I can't find my .htaccess!
I trued to upload a new one but I get the message that the file already exist. So this mean I can't see it.
I tried Fizilla but I can't upload the file to change it... I want to rewrite it for a multisite:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+)
wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
Can someone tell me how I can access to that hide file please...