Indexhibit

From DreamHost
Jump to: navigation, search

A web application used to build and maintain an archetypal, minimal website. Commonly used for artist portfolios. The name combines "index" and "exhibit".

Exploits

Indexhibit has known security exploits and is regularly hacked and the developers have not addressed the issue. Dreamhost automatically disabled my site because of this exploit. Please report your experience here.

Fix for the Black Hat SEO Hack

Add the following to your .htaccess file. It will stop people uploading and executing malicious php (which is how most hacks of indexhibit seem to occur).

RewiteEngine On 
RewriteCond %{REQUEST_METHOD} ^PUT$ [OR]  
RewriteCond %{REQUEST_METHOD} ^MOVE$ 
RewriteRule ^/ndxz-studio/(.*).php /ndxz-studio/$1.nophp 

Read this blog post by tjhole for more info

Links


Personal tools