M
mesum
Guest
salam,
yo guys, i have problem with script Veno File Manager - host and share files
i upload it on my subdomain and after i login i got "403 Forbidden Access to this resource on the server is denied!"
i think the problem from htaccess, this my htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
RewriteRule ^(.*)$ - [E=BASE:%1]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule download/(.*)/sh/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?q=$1&sh=$2 [L]
RewriteRule download/(.*)/h/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?q=$1&h=$2 [L]
RewriteRule download/zip/(.*)/n/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?zip=$1&n=$2 [L]
</IfModule>
and my folder subdomain in main folder user like /main/myuser/mysubdomain/
its not on same folder primary domain i have like /main/myuser/domain/mysubdomain/
Can u guys help me to fix my htaccess, I really appreciate it. Thanks advance
yo guys, i have problem with script Veno File Manager - host and share files
i upload it on my subdomain and after i login i got "403 Forbidden Access to this resource on the server is denied!"
i think the problem from htaccess, this my htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
RewriteRule ^(.*)$ - [E=BASE:%1]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule download/(.*)/sh/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?q=$1&sh=$2 [L]
RewriteRule download/(.*)/h/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?q=$1&h=$2 [L]
RewriteRule download/zip/(.*)/n/(.*) %{ENV:BASE}/vfm-admin/vfm-downloader.php?zip=$1&n=$2 [L]
</IfModule>
and my folder subdomain in main folder user like /main/myuser/mysubdomain/
its not on same folder primary domain i have like /main/myuser/domain/mysubdomain/
Can u guys help me to fix my htaccess, I really appreciate it. Thanks advance