Paul Harragan

Navigation

Skip navigation.

Search

Site navigation

Email conversation

FromPaul Harragan
ToMe
SubjectPHP help
Date16 January 2009 11:46
Hello,

Firstly let me say thankyou for open source scripts there are a great help to a 
learner.

My query is about your movie database. I have setup it all up and can login to 
the admin section and have created the tables within the database.

My issue occurs when i try to add anything, i get 404 errors (object not found).

Any advice on where im going wrong would be greatly appreciated.

Thanks
FromMe
ToPaul Harragan
SubjectRe: PHP help
Date18 January 2009 09:12
Paul,

> My issue occurs when i try to add anything, i get 404 errors (object
> not found).

Sounds like your server is not respecting the .htaccess file, or does
not support mod_rewrite (both are essential). It needs to have
mod_rewrite enabled, and "AllowOverride All" set in httpd.conf

Please refer to the Apache docs for how to enable mod_rewrite.

Note that you will also need mod_auth_basic and mod_authn_file enabled
if you plan on keeping image directories protected. I really should add
this info into the docs...


Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
This site was created by Mark "Tarquin" Wilton-Jones.
Don't click this link unless you want to be banned from our site.