PDA

View Full Version : Pages not displaying with PHP5 installation... please help!


exilera
03-11-2006, 03:45 AM
I just installed a new board on a new domain using mysqli and PHP5. The install was successful, however whenever I browse to a section of the forum which loads a new .php file, I get a 404 error because the page loaded ends in .php as opposed to .php5 (all of the php files with the installation have the extension .php5).

How can I correct this? Is this a server issue, or an issue with the installation of vBulletin? My host is ASO, and they use FastCGI to run their PHP5, if that's any consolation...

Thanks!

Trigunflame
03-11-2006, 06:16 AM
Why are you using .php5 files anyway? Use the standard .php files when you download the vbulletin installation from www.vbulletin.com

Marco van Herwaarden
03-11-2006, 06:40 AM
You should change or add to your webserver config the handler for the .php extension.

PS Using the .php5 extension (only) would give you a shitload of troubles with all kind of scripts.