I have completed a clean install. But after logging in as admin, I cannot access the configs. Here is what I get.
QuoteForbidden
You don't have permission to access /config.php on this server.
The site is http://www.familyhqs.com
Thanks in advance.
check the file permissions and chmod to 644 if is not like this
It is 644.
Can't see anything at the URL
you seem to have figured this out by yourself: http://www.familyhqs.com/config.php shows
QuoteError
You don't have permission to access this page.
(Expected behaviour for non-admin calls of the config).
GauGau
I finally figured out that my .htaccess file was still full of mod-rewrite junk from my old site. Thought I had deleted it but I guess not.
Thx for the help.
the chmod is on 644, but still getting 403 error
some webhosts won't let you access files that are named "config" or "install". Rename config.php to "foobar.php" and try browsing it after logging in as admin. This has been asked very often already, for details please search the board.
GauGau