PDA

View Full Version : VBulletin Help



Anayet
April 6th, 2001, 09:18
When ever I try to install Vbulltein (any version) I go to the end up at the page where I am supposed to enter the basic details I.e the url, name etc. After I do this the next page comes up with an error saying:

=================================================
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.


If you believe you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the http://www.domainname???.co.uk home page.

You can click Search to look for information on the Internet.

HTTP Error 403 - Forbidden
Internet Explorer

==================================================


This always comes up. Why can't I finish the installation successfully. I follow all of the instructions carefully.

Please help.

Anayet

gyrbo
April 6th, 2001, 10:03
Maybe you didn't CHMODed the file?

Anayet
April 6th, 2001, 11:39
Which of the files do I have to chmod???

Thanks
Anayet

keith
April 6th, 2001, 14:59
none of them... looks like your server doesn't support php, so it's not reading index.php as a valid index file.. thus it's thinking it's an open directory and it doesn't show the contents of open directories. just a thought.

in your forums directory, put a file named .htacces that reads like this:



DirectoryIndex index.php


if that doesn't help, you most likely don't have php enabled.

Raptor1
April 7th, 2001, 22:20
does it requires mysql ?

keith
April 7th, 2001, 23:56
oh yeah, that too.. but that's not the problem judging by the error he's getting