partial install

hxrts / 2013-09-15 18:58:28   

after setting up mySQL db and navigating to mydomain/ndxzstudio/install.php I enter language, move on to database config. once I press submit it sends me to a 403 mydomain/ndxzstudio/ is forbidden.

If I then navigate to mydomain I get 403 / is forbidden so both of these would seem to have permissions issues (though previous permissions instructions have been followed to a T). I go back to mydomain/ndxzstudio/install.php and it says installation sucessfull.

at this point I can access mydomain/ndxzstudio/index.php and modify things as long as they don't touch these URLs when I get 403s.

hosting > ipage [php 5.2, mysql 5.5.32]
domain > audiovisualclub.tv

thanks for any help!

arsondpi / 2013-09-16 06:44:00   

There must be an odd setting in your server.
I type audiovisualclub.tv/ndxzstudio/ and I get a 403 error but when I type audiovisualclub.tv/ndxzstudio/… I see the login page normally.
Did you ask your host about this?

* btw 403 errors: en.wikipedia.org/wiki/…

hxrts / 2013-09-16 18:42:00   

got it, the issue was with the htaccess file. I have multiple domains under the same hosting and that domain wasn't being resolved properly. added a rule to catch index.php in that local dir

This thread has been closed, thank you.