Home
N-13 News
Forums
Help
Search
Username
Password
Register
Forgot password?
How to add image to post
necklacesdiscou
Known bugs - 4.0.3
necklacesdiscou
Latest
N-13 News 4.0.3
What is N-13 News?
Where can I get help?
Known bugs
Forums
Help & Support
FRIENDLY URLs - Can't connect to MySQL - IIS
1
2
Chris
Posted on 29 Aug 2009, 23:57:01
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
If anyone else is having this problem and is using IIS, you just need to change a few paths, at the beginning of index.php you'll see this
Code:
include_once 'db.php';
include_once 'config.php';
require 'langmsg.php';
simply change that to
Code:
include_once 'C:\full\path\www\news\db.php';
include_once 'C:\full\path\www\news\config.php';
require 'C:\full\path\www\news\langmsg.php';
And it should correct the problem.
#815
Last edited by Chris at 2009-08-29 23:57:44 Reason:
1
2
Network-13.com © 2013