Option +Includes WAMP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kydude1957
Forum Commoner
Posts: 31
Joined: Sun Sep 14, 2014 1:37 am

Option +Includes WAMP

Post by kydude1957 »

I've narrowed down my problem on WAMP to manage to get includes to work. The documentation from Apache says that you have to have Option +Includes. So I find this line in the config file and if I add +Includes to that line anywhere Apache will not re start. Does it have to be on a separate line? Anyone else have this problem? Running windows 7.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Option +Includes WAMP

Post by requinix »

Not sure if you're still talking about the same problem from before, but even if not I'm confident Options Includes isn't the answer.
kydude1957
Forum Commoner
Posts: 31
Joined: Sun Sep 14, 2014 1:37 am

Re: Option +Includes WAMP

Post by kydude1957 »

your correct. when I downloaded php and installed it, as you know it comes with a test php script to see if its working. So running that all I get is the php script appearing in the browser. that is probably the issue from my other post.

What do you need to do to get php working? seems any script will not run. This is really getting frustrating.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Option +Includes WAMP

Post by requinix »

First step is to go over here and address my reply. Did you do anything about what I said?
Post Reply