Current Page: 1 of 1
Results 1 - 10 of 10
7 years ago
developer68
"I suppose this is done to discourage this method of usage and make developers go in for Virtual Host." I was told in another post to use Virtual Host instead of IP address but if you are developing on your own network and you don't have a DNS server then Virtual Host doesn't work. I also don't use the Put Online option as mine works fine when listening on something other than port
Forum: WampServer English
7 years ago
developer68
Check your ports.
Forum: WampServer English
7 years ago
developer68
You need to update your apache http.conf file so you can access the directories that serve your pages. <Directory "c:/wamp/www"> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory>
Forum: WampServer English
7 years ago
developer68
Oh these links may help for development. Visual Studio Express is a free IDE from Microsoft and is quite good for writing Windows Apps.
Forum: WampServer English
7 years ago
developer68
Just something if you host your own wamp. Some companies might have their own legacy applications for interfacing with their web presentations. You just never know who might want to write something for their own stuff!
Forum: WampServer English
7 years ago
developer68
I just thought I'd throw this out to the public about how to make a php extension so you can use custom functions in your php scripts. So here we go: Download the php source library for the version that wamp has. Step 1. Create a new project and select "General" under Visual C++ and the empty project option. Give it a name and Click ok. Mine is Project1 so I will be using tha
Forum: WampServer English
8 years ago
developer68
So it looks like the overall objective is to replace ;WAMPPROJECTSUBMENU with ;WAMPVHOSTSUBMENU. Keep in mind that if you do not have a registered domain name and this is on some sort of home network, external clients will not be able to use your vhost name. They will need to use your IP address and a port other than 80 as your ISP is using port 80 for their stuff. I don't recommend this for a
Forum: WampServer English
8 years ago
developer68
Umm it seems to only want to use port 80 instead of the one my server is listening on. Any help?
Forum: WampServer English
8 years ago
developer68
Oh wow thank you! Please ignore my hacky quick fix!!
Forum: WampServer English
8 years ago
developer68
go to wamp/scripts/refresh.php and change the following: if (count($projectContents) > 0) { for($i = 0 ; $i < count($projectContents) ; $i++) { // Change this line to have your localhost:port so Alter Way can find your projects $myreplacesubmenuProjects .= 'Type: item; Caption: "'.$projectContents[$i].'"; Action: run; FileName: "'.$c_navigator.'"; Par
Forum: WampServer English
Current Page: 1 of 1