hello!
i found a script [www.mysqldumper.de/en] that solves my problem with backup/restore of mysql databases.
really works fine.
but....
the mysqldumper works with a 'directory protection' [essencial for security] and when I create this i don't have any more access to mysqldumper.
this only happens with my sites with vbseo and this htaccess [or a config setup, I don't know]
my site dir is
--site_root
----forums [with vB]
----mysqldumper [whit this script]
the htaccess in site root [vbseo is]
the htaccess in mysqldumper root [when I create a passwd protector] isRewriteEngine On
RewriteRule ^(sitemap.*.(xml|txt)(.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} !forums/
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
i try mix the two htacessAuthName "MySQLDump"
AuthType Basic
AuthUserFile /home/xtrad/public_html/mysqldumper/.htpasswd
<Limit GET>
require valid-user
</Limit>in site_root. don't works - all the site begins work with 'passwd protector' - and this solution is obviously wrong.
any ideias?
how can I config my vbseo to don't rewrite the mysqldumper subdir?
best regards
barroca
ps. the discussion in mysqldumper board is here
editing...
the .htaccess for vbseo can stay in forum_dir? today is in site_root ...


LinkBack URL
About LinkBacks
in site_root. don't works - all the site begins work with 'passwd protector' - and this solution is obviously wrong.





Reply With Quote
