i already put the .htacces to generator folder , but it still doesn't work...
i can't login again to [ External links are visible to forum administrators only ] .
my pasword is correct...but it always direct me to [ External links are visible to forum administrators only ]
but now i delete the folder generator and upload a new one...
i have not give any password in it...
so you can try to access it..
just come to [ External links are visible to forum administrators only ]*******.com/ generator
just for additional info here my .htaccess in root
RewriteEngine on
ErrorDocument 404 /404.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([-_!*$@~:.a-zA-Z0-9]+)$ profile.php?username=$1
RewriteRule ^blog/([0-9]+)/(.*)$ view.blog.php?id=$1
RewriteRule ^music/([0-9]+)/(.*)$ view.music.php?id=$1
RewriteRule ^video/([0-9]+)/(.*)$ view.video.php?id=$1
RewriteRule ^games/([0-9]+)/(.*)$ view.game.php?id=$1
Options All -Indexes
here in folder "generator" :
RewriteEngine off