wampserver

Publishing a website on the internet [closed]

孤街浪徒 提交于 2019-12-12 06:46:38
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I finished my two first websites (one static and the other is dynamic) ,now I have to publish them on the internet,I dont know the process, should I have a domain for both of them? I will add the static website as a link in existant website, i have been told that a static website don't need a domain! I have

WAMPServer Fatal error: Class 'Mongo' not found

雨燕双飞 提交于 2019-12-12 05:47:54
问题 I'm using a Windows 8 64-bit machine and a 32-bit version of WAMPServer I downloaded the PHP drivers from Github https://github.com/mongodb/mongo-php-driver/downloads Copied the .dll to C:\wamp\bin\php\php5.4.16\ext\ Added the line extension=php_mongo.dll to the php.ini file I still get Fatal error: Class 'Mongo' not found I echoed phpinfo() and the extension has not been loaded - it does not appear Does anyone know how to fix this? 回答1: Had the same issue. Below steps solved my issue. Make

Multiple Virtual Sites with Wampserver

时光怂恿深爱的人放手 提交于 2019-12-12 04:42:47
问题 I've having a problem creating multiple virtual hosts, I've edit C:\wamp\alias\web.local to look like this: NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin webmaster@website1.local DocumentRoot "C:/Documents and Settings/username/workspace/www.website1.com" ServerName website1.local <Directory "C:/Documents and Settings/username/workspace/www.website1.com"> DirectoryIndex index.php index.htm index.html Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews

My WAMP Server is not working after fresh installation? [closed]

自闭症网瘾萝莉.ら 提交于 2019-12-12 04:06:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . The port is clear, and I have Skype listening on a different port, I just installed WAMP and I have attempted to restart the server. The tray icon is perpetually RED despite me restarting and starting. The error Google Chrome sends me when I attempt to visit localhost is: Google Chrome's connection attempt to

Install two instance of wampserver on same pc

…衆ロ難τιáo~ 提交于 2019-12-12 03:22:06
问题 I have installed two instance of wampserver on same windows pc, one in C:\wamp path and another in D:\wamp path. Now when i start wamp server manager from c:\wamp\wampmanager , apache and mysql start from d:\wamp path! and i cannot see my first wamp server databeses. please help me... 回答1: If you want to get back to the first install, the one on your C: drive, you can do this. Launch the current WAMPServer, the one looking at the D: install Using the wampmanager menus do wampmanager -> Apache

Get Current User Desktop Path using PHP - WampServer

巧了我就是萌 提交于 2019-12-12 02:55:53
问题 By using the code: echo getenv("HOMEDRIVE").getenv("HOMEPATH"); I'm getting the path to Desktop (C:\Users\my_user\Desktop) in Xampp. But the same code is not working poperly in WampServer. It's returning null value. I don't know how to correct this issue. Please Help me.. Thanks in Advance. 回答1: The function getenv() you gives you the value of environment variables set with your web server either your local computer acting as web server or even remote server. Different development servers

getting raw output in local wamp same code working fine in webserver

旧巷老猫 提交于 2019-12-12 02:55:31
问题 i have this script which is workign just fine in server but in local wamp it is giving error i have fopen is on Warning: get_headers(): This function may only be used against URLs in C:\wamp\www\url\test5.php on line 8 <?php $websitelink= 'http://www.brobible.com/girls/article/miley-cyrus-21st-birthday-party'; $html = file_get_contents($websitelink); $doc = new DOMDocument(); @$doc->loadHTML($html); $tags = $doc->getElementsByTagName('img'); foreach ($tags as $tag) { $data = get_headers($tag-

.htaccess doesn't work in WampServer 2.5

让人想犯罪 __ 提交于 2019-12-12 02:46:06
问题 I have got a problem with .htaccess in WampServer 2.5. I use Windows 10 Enterprise and have installed wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b_August_2015 on it. Every thing is going well except .htaccess configs. I want .php extention removed from website url like (www.mywebsite.com/contact.php) should look like (www.mywebsite.com/contact), but it doesn't work and displays (404 Not Found error). The URLs link is like: <a href="contact">link</a> But when adding .php extention at

External access web page with VirtualHosts and Wampserver

…衆ロ難τιáo~ 提交于 2019-12-12 02:17:42
问题 I am a newbie in wampserver. I installed it and I can acesss web pages with localhost port 8000 without problems. Yes, I changed default port to 8000 and all works well with localhost. Now, I created a simple project web page and I need external access. Here is my settings: But I get the next error when I try to acesss remotely: Forbidden You don't have permission to access / on this server. Apache/2.4.23 (Win64) PHP/5.6.25 Server at agenda.myvnc.com Port 8000 //agenda.myvnc.com is my elastic

Stuck in wampserver: it is in yellow mode

匆匆过客 提交于 2019-12-12 01:28:11
问题 Yesterday I added some pathfile in an environmental variable, and now I am unable to run wampserver. I have deleted some path. Now I am totally confuesed. My localhost is still not working. Below I show the path I added to my environment variable. How should I edit that to get wampserver working again? C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\OpenCL SDK\2.0\bin\x86;C: