Installing in a sub directory
From Adult Web Scripts Wiki
If you are running within a subdirectory then the urlconfig rules will not match. You need to prepend the directory name to each urlconfig rule (that comes as setup after installation by default):
E.g: for a rule that looks like:
/feed/%channel%/%page%
If you are installed in a directory called webcams you need to edit the rule to this:
/webcams/feed/%channel%/%page%
You need to do this for all rules - so if /webcams/ is the subdir you installed to just prepend /webcams to each rule in your urlconfig
