Activation
-
although i have severall working installs on the same shared server i simply dont remember how i got Media Vault activated back when i was setting those up.
Activating automaticly doesnt work so i manually changed the .htaccess file
…
RewriteRule ^index\.php$ – [L]# Media Vault Rewrite Rules
#RewriteRule ^wp-content/uploads(/_mediavault/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L]
#RewriteCond %{QUERY_STRING} ^(?:.*&)?mgjp_mv_download=safeforce(?:&.*)?$
#RewriteRule ^wp-content/uploads(/.*\.\w+)$ index.php?mgjp_mv_file=$1 [QSA,L]
# Media Vault Rewrite Rules EndRewriteCond %{REQUEST_FILENAME} !-f
…Permissions for wp-content/uploads is 777, anything else i could do?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Activation’ is closed to new replies.