Hello,
I have a script giving me error 403 Forbidden error, its just a copy of another script but the different in this is that both use another mysql class to access database.
My whole project is complete and this is last file so i dont want to do the whole work again for a single file.
Server logs shows that client denied by server configuration:
so what should i look for?
/////////////// Edited /////////////////
i checked permissions its 644, i even placed a new file with just simple echo and even that was giving a 403 error, i renamed the folder too but no use, however the index.php file is running perfect without any errors.
Thank You.