Ich habe das phpmobilizer-Skript heruntergeladen und alle Dateien auf den Server hochgeladen, mit Ausnahme von .htaccess, denn die htaccess-Datei befand sich bereits auf meinem Server wie folgt
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://domainname.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain name.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain name.com.cp-11.webhostbox.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain name.com.cp-11.webhostbox.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain name.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain name.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain name.com.cp-11.webhostbox.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain name.com.cp-11.webhostbox.net$ [NC]
RewriteRule .*\.(jpg|jpeg|png|bmp|gif|css|js)$ - [F,NC]
Aber phpmobilizer .htaccess war
DirectoryIndex phpmobilizer.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ phpmobilizer.php?url=$1 [qsa]
ich habe alle beiden Codes kombiniert und die Seite funktioniert nicht ...