Pages: PreviousFirst...244245246247248...LastNext
Current Page: 246 of 291
Results 7351 - 7380 of 8721
11 years ago
RiggsFolly
If you install exactly the same version of MySQL then copying the databases from old folder to new folder should work.
Forum: WampServer English
11 years ago
RiggsFolly
Looks like you have got in a bit of a mess here. My Tutorial was written for Apache 2.2.x and it looks like you are using Apache 2.4, guess I forgot to mention that, but then so did you. 2.2 uses the form Order Deny,Allow Deny from all Allow from 127.0.0.1 ::1 2.4 uses the form Require local If all else fails, you could always try reading the Apache manual on the Apache webs sit
Forum: WampServer English
11 years ago
RiggsFolly
Install wamp properly onto the new PC. Use the CD backup to move your databases and website into the newly installed wamp folders
Forum: WampServer English
11 years ago
RiggsFolly
There are no hot keys on the module list, just click the line containing rewrite_module. if its not on the screen use the UPARROW or DOWNARROW on the menu list
Forum: WampServer English
11 years ago
RiggsFolly
What colour is the WAMP icon in the system tray?
Forum: WampServer English
11 years ago
RiggsFolly
Max, I dont know APPSERV specifically, but having had a look at the site .... WAMP and APPSERV are basically the same thing i.e. a delivery mechanism for Apache/PHP/MySQL. If AppServ is like WAMP i.e. the apache and mysql services are not setup to start automatically but use a start/stop tool like wamp does, you could possibly have them both installed on the same machine. You would no
Forum: WampServer English
11 years ago
RiggsFolly
Peter, I am not totally sure why you want to link to your live site from the wamp home page but if that is all you would like to do this feature may be a whole lot simpler. In this example I will create a link in the VHOSTS section of the wamp main page to microsoft.com. Create a file in c:\wamp\vhosts\ The file name should be the url of the site you want to link to with a .conf extent
Forum: WampServer English
11 years ago
RiggsFolly
thehybrid, Please start a new thread, this one is too complex now to just jump on the end of.
Forum: WampServer English
11 years ago
RiggsFolly
7359. Re: Help
All og the above work with the APache and MySQL downloaded with WAMPServer. Stick to a version of WAMPServer that uses PHP5.3.x as 5.4 non of them are totally reliable on that version yet. Once you have a working Apache and MySQL ( WampServer), create yourself a VIRTUAL HOST for each new site you want to create. The follow the download and installation instructions on the joomal and mege
Forum: WampServer English
11 years ago
RiggsFolly
then you need to read through this Right, Windows as of Windows7 comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like this: 123.321.10.234 IPV6 addresses look like this: 2001:0db8:85a3:0042:1000:8a2e:0370:7334 The IPV4 address for localhost is 127.0.0.1 The IPV6 address for loc
Forum: WampServer English
11 years ago
RiggsFolly
Thanks for the error corrections. If you are getting that message it is likely you have miss spelt a folder name in one of the <Directoy> sections or you have not added the ipaddress or ipaddress range of the ip you are browsing from. First try this, use address http://127.0.0.1/ and if that works then your issue may be an IPV4 / IPV6 issue If it is, post again and I will send y
Forum: WampServer English
11 years ago
RiggsFolly
It seems that you have somehow made a bit of a mess of your httpd.conf file. The line Cannot map GET /w00tw00t.at.blackhats.romanian.anti-sec just means you are being checkout by a hacker to see if you have an available exploit on your server, dont panic its quite normal and no problem as long as you dont have the exploit. This lines and the similiar ones: File does not exist: C:/wamp/
Forum: WampServer English
11 years ago
RiggsFolly
For what its worth, I do this all the time, and in order to make it easy, and not have to add the php folder to my path permanantly becasue I have more than one version of php on my system most of the time i have a batch file that I keep in a folder that is on the PATH. When I want to run php from a command line I open a command promt and run this batch file to setup any environment variable
Forum: WampServer English
11 years ago
RiggsFolly
Kirk, Hang on guys, I am afraid I dont know the answer here but this sounds a little fishy. If the microsoft update process demands port 80 and/or 443 how does a server running IIS cope with updates. IIS also require port 80 and 443 to communicate with the web, its just another web server afterall. Either there is a documented way of configuring microsoft updates to use other ports OR t
Forum: WampServer English
11 years ago
RiggsFolly
As I guess you know if the wamp icon is not green one of the services has not started. First lest identify which service is not starting. left click the wamp manager -> Apache -> Service If the 'Start resume service' menu item is greyed out, then the service is running otherwise its not. Do the same for MySQL left click the wamp manager -> MySQL -> Service So is it a
Forum: WampServer English
11 years ago
RiggsFolly
I have to agree regarding using wamp as a production environment. I dont think it was every intended as anymore than a tool to help developers design and test sites locally on a PC. However it does deliver the standard Apache and MySQL servers albeit on a windows platform and with the correct amount of Apache admin knowledge it should be possible to lock it down for a production environment ju
Forum: WampServer English
11 years ago
RiggsFolly
Well if you would like some help then you have to provide some information to go on. A vhost setup should have as part of it a <Directory></Directory> group i.e. <VirtualHost *:80> ServerAdmin riggsfolly@mymail.net DocumentRoot "D:/websrc/www/project99&quo
Forum: WampServer English
11 years ago
RiggsFolly
Thoughts, You probably cut the most useful part out
Forum: WampServer English
11 years ago
RiggsFolly
Ann Either add it to the existsing line as : Allow from 127.0.0.1 localhost or add another line after Allow from 127.0.0.1 Allow from localhost
Forum: WampServer English
11 years ago
RiggsFolly
Ann Its located here c:\windows\system32\drivers\etc\ and the file is called hosts
Forum: WampServer English
11 years ago
RiggsFolly
Basically yes. Lookup a tutorial on the web
Forum: WampServer English
11 years ago
RiggsFolly
Export it from where it is, and then import it in to wheer you now want it. You can use phpMyAdmin to do that as long as its not to large a database
Forum: WampServer English
11 years ago
RiggsFolly
If you are having problems with htaccess isssues, and that what it sounds like, you are already WAY past the help this site is designed for.
Forum: WampServer English
11 years ago
RiggsFolly
Is there anything in the php error log that might give us a clue?
Forum: WampServer English
11 years ago
RiggsFolly
Thats because if you dont give it an actual file it looks for one called index.php or index.html You can change the file it looks for by default but I suggest you work with the default, the rest of the world does.
Forum: WampServer English
11 years ago
RiggsFolly
Not a good idea, MySQL uses 3306. So if Apache has it MySQL wont work.
Forum: WampServer English
11 years ago
RiggsFolly
Did you read this yet? HowTo: Create Virtual Hosts in WAMP BEFORE DOING ANY OF THIS PLEASE ENSURE APACHE AND MYSQL ARE WORKING PROPERLY FIRST!!! 1. Create a new folder outside the wamp directory structure. for example C:\websites but this can be on any disk drive visible to the PC running wamp 2. Create a subfolder in c:\websites for each site you want to create.
Forum: WampServer English
11 years ago
RiggsFolly
This makes a change, somebody who wants a 404. phpMyAdmin however does do some clever stuff. try using a different address and staying away from phpmyadmin and its folders http://localhost/doesnotexist
Forum: WampServer English
11 years ago
RiggsFolly
Ok so that means your system has Microsoft IIS installed, they are doing that on later versions of Windows for some reason. If you are not using it you can uninstall it, and if you need to install it again later, it comes as part of the standard OS so you wont need to do anything perticularly clever. So go to Start -> Control Panel -> Programs and Features Click the 'Turn windows featur
Forum: WampServer English
11 years ago
RiggsFolly
Well I have had Joomla 1.5 and 2.5 running, so its quite possible. What are the ACTUAL problems that you are having with each release, keep them relative to each release so we dont get confused here. Did you install the 64bit or 32bit version of WAMP??? I am using the 32 bit
Forum: WampServer English
Pages: PreviousFirst...244245246247248...LastNext
Current Page: 246 of 291