[Plugin: WordPress Download Monitor] htaccess gives 500 error
-
there should be somekind of upgrade to that permalink update feature, because after changing URL settings, wordpress gives 500 server error.
i resolved this manually like this:
# BEGIN WordPress <IfModule mod_rewrite.c> #Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^download/(.*)$ wp-content/plugins/download-monitor/download.php?id=$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WordPress Download Monitor] htaccess gives 500 error’ is closed to new replies.