Can't access ftp CP directory
hi
feel so stupid, but simply can't get further than
wp-content/themes/classipress under my ftp (using filezilla)
Can't see any files nor directories - if I want to get into any of them I have to type them in manualy... and of course they show up empty
When I try to drag files into it - that is not allowed, nor I can drag all the folder with any content to my pc (folder arrives empty)
.htaccess:
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
all the other directories open fine. Could I have a problem in somewhere in mysql?
thank You in advance,
Helmuts (blush)