wamp

how to configure codeigniter mod_rewrite on wamp?

半腔热情 提交于 2019-12-06 04:27:39
Hi guys could you please tell me how can I configure codeigniter mod_rewrite on wamp? I've tried enabling it through the wamp menu(wamp-->apache-->apache modules-->rewrite module) and restarting wamp but it's like nothing happened. I'm asking you guys this cause I need to get rid of the index.php in my codeigniter urls through .htaccess There are total 4 easy steps that you need to follow (I am considering you have WAMP installed on C:\wamp and CodeIgniter has been to extracted to C:\wamp\www\codeigniter\ ): Create a .htaccess file as mentioned in http://codeigniter.com/wiki/mod_rewrite but

How can we upgrade PHP in present available wamp installed in Windows?

拈花ヽ惹草 提交于 2019-12-06 03:20:01
I was installing the Moodle on my machine and faced a problem of requirement of Greater version of PHP which is not available in present version in wamp. So couuld anyone suggest me: How can we upgrade PHP in present available wamp installed in Windows ? You download the addon you want from WampServer addons , and execute it. It will add a context menu entry in WampManager letting you choose between the different installed PHP versions. Read this article. Just backup your data Uninstall WAMP Install new WAMP or download this executable and execute it 来源: https://stackoverflow.com/questions

How to remove index.php in Wamp?

我的未来我决定 提交于 2019-12-06 01:59:27
问题 I 've been using CodeIgniter in XAMPP. There was no problem to redirect to a function URL (e.g., function1 ): http://localhost/function1 When I changed to WAMP, I got a problem. I could not redirect to function1 . However, function1 is still accessed at: http://localhost/index.php/function1 How to configure WAMP and CodeIgniter to remove index.php? In order that I could run function1 as I run using XAMPP. Thank you. 回答1: Please try the following: 1) Create .htaccess file in parallel to

php-win.exe - The application was unable to start correctly (0xc00007b)

送分小仙女□ 提交于 2019-12-06 01:51:34
问题 I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully ! But i still have the same error when I try to run WampServer : php-win.exe - Application Error The application was unable to start correctly (0xc00007b). Click OK to close the application. I tried everything, still gets this same error. 回答1: @RiggsFolly answered my question. I had to install all the Microsoft

Setting up WAMP to run on LAN, including mobile access, iPhone

本小妞迷上赌 提交于 2019-12-06 01:01:28
I'm developing a CodeIgniter app on Win 7, using WampServer v2.0 - I've edited my local HOSTS file so that I can access it here: ht_tp://testdomain/ instead of ht_tp://localhost/testdomain/ to help make it work the same locally as it does when deployed live, with a line like this: 127.0.0.1 testdomain This set up is working fine when I access the pages in browser on the same PC. Now I'm developing some new pages for mobile use, e.g. iPhone, and I want to be able to view my site directly on the iPhone. The phone is connected to the LAN, and I've opened up port 80 on the PC. I want to be able to

WAMP下安装PEAR和PHPUnit

故事扮演 提交于 2019-12-06 00:38:54
刚才参考不少资料完成了Windows下面的PEAR和PHPUnit的安装。故记录一下,也给正在进行相关配置的朋友做一个参考。希望有用哈~~ 我们开始吧,首先说一下我的环境: Win7 64bit PHP5.3.13-VC9-TS Apache2.2.22 ———————————————————— 华丽的分割线 —————————————————————————— 1. 安装PEAR 下载go-pear.phar(下载地址: http://pear.php.net/go-pear.phar ) 将go-pear.phar放在待安装目录下: 我使用的是WAMP集成环境,PHP的目录如下: H:\Wamp\bin\php\php5.3.13 我再PHP目录下建立了一个文件夹PEAR,用来作为PEAR的安装目录,同时把go-pear.phar拷贝到 PEAR目录下,如下图所示: 运行命令,安装PEAR 打开CMD,进入PHP目录,执行如下命令: H:\wamp\bin\php\php5.3.13>php -d phar.require_hash=0 PEAR/go-pear.phar 运行后会提示安装在system还是local,输入Local即可。此后一直输入回车,直到提示是否修改php.ini文件,然后输入”Y“ 然后依然是连续输入回车。直到安装完成。 PEAR安装完成后

Wamp and xampp on same machine

荒凉一梦 提交于 2019-12-05 21:25:50
I use wamp2.2 for all the time, but i had to install xamp1.6.8 cause i've got to work with project created for old php version. Xamp installation goes fine but when i run it i cant get localhost site. Ive got blank page with favicon of wamp and comunicate that site is unavaible. I know that this is configuration case. Anybody know how to fix this? I want to run only one of them at once, and i have configured some virtualhosts for wamp they dont have to be accesible while xamp is running i need xamp only for one project. saber for run xampp and wamp in same computer you can use this tutorial

I am getting error in wamp for PHP in path

浪尽此生 提交于 2019-12-05 20:08:15
问题 My wamp server icon is currently orange, which means only 2 out of 3 servers are running. I can not open my phpmyadmin page because it gives 404 not found error. if I right click on my wamp icon at the bottom I get an error saying Error: C:/wamp64 or PHP in PATH. If I click on this error then a command prompt window appear saying this:- Sorry, There is an error. There is Wampserver path (c:/wamp64) into Windows PATH environnement variable: (C:\wamp64\bin\php\php7.2.4) It seems that a PHP

wamp server 500 internal server error

a 夏天 提交于 2019-12-05 19:52:45
i have a website running on XAMPP. i don't know about its version of php that the web site is written by and version of apache too. I want to move it on windows but got the message 00-Internal server error occurs . i did it too ( wamp->apache->apache modules->rewrite-modules ) and restart my wamp but nothing happened. And here is the error that i see : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at admin@localhost to inform them of the time this error occurred, and the

Can't access WAMP site from the web with IP

两盒软妹~` 提交于 2019-12-05 19:25:08
I'm running the latest version of wampserver with apache 2.4.2 and php 5.4.3. on Windows 2008. I'm running two ip's, one for iis and one for apache. I did that by adding Listen 123.456.78.999:80 Listen 80 in httpd.conf. I also switched 'require local' to 'require all granted' in the of both 'ServerName localhost:80' and 'DocumentRoot "c:/wamp/www/"'. When entering the ip in the local browser, I get access. But when I enter it from the web/external browser, the browser cant find the server and just times out. Port 80 is forwarded, as I can access my IIS sites. Is there anything else I should be