In some cases you may want to have another directory under your Deki Wiki DocumentRoot. For example, let's say you want to make your photos available at:
http://wiki.example.org/photos
Edit mod_rewrite rules
Edit your Deki Wiki apache configuration (on Debian this is /etc/apache2/sites-available/deki). Before or after this line:
RewriteCond %{REQUEST_URI} !/(@api|editor|skins|config|@gui)/ Add a line like this:
RewriteCond %{REQUEST_URI} !^/(photos|photos/.*)$