Hi
bei dem Plugin kann man ja bestimmen wie der Link zu einem Download aussieht/angezeigt also wie die Permalinks.
Nur bekomme ich nun immer einen 500ter Fehler
Was mir das Plugin sagt:
Download URL updated - You need to re-save your permalinks settings (Options/settings -> Permalinks) for the changes to occur in your blog.
If your .htaccess file cannot be written to by WordPress, add the following to your .htaccess file above the "# BEGIN WordPress" line:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^download/(.*) wp-content/plugins/wp-download_monitor/download.php?id=$1 [L]
replacing "download/" with your custom url.
Ich habe die permalinks resaved mit folgendem Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^dl/(.*) wp-content/plugins/wp-download_monitor/download.php?id=$1 [L]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
und es kommt immer noch der Fehler.
Deshalb meine Frage
replacing "download/" with your custom url.
was ist damit gemeint?
Hatte jemand auch das Problem?
grüße
PS: WP Version 2.5
WP Plugin Version: v2.0.6 B20080402