Search found 9 matches
- Mon Jun 03, 2013 7:11 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPhp 2014 moved to different webserver probs
- Replies: 3
- Views: 7037
Re: RapidPhp 2014 moved to different webserver probs
Well because of the non-working external php libraries I decided to re-try an install of WAMP (after uninstalling XAMPP). And guess what.... same results. The Php all works except for this problem of referencing external libraries. If I could get that working it would almost be a success. EXCEPT ...
- Mon Jun 03, 2013 4:25 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPhp 2014 moved to different webserver probs
- Replies: 3
- Views: 7037
Re: RapidPhp 2014 moved to different webserver probs
I rolled my own attempt and it works, I added two new Listen 8080, and Listen 8081 to http.conf, and then redid the two needed Virtual Hosts too operate on these two ports, in order to stay 'out of the way' of the defalt XAMPP port of 80 which is used for the basic XAMPP configuration panel and ...
- Sat Jun 01, 2013 4:07 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPhp 2014 moved to different webserver probs
- Replies: 3
- Views: 7037
RapidPhp 2014 moved to different webserver probs
I am running RapidPHP 2014 on a Win7(64) machine. Recently I've experienced problems with my WAMP server installation. So I removed it and instead installed XAMPP, which seems to have installed correctly is its configuaration screens, and it's phpMyAdmin running seem to indicate. However when I try ...
- Fri Aug 10, 2012 10:22 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Multiple local 'websites' w/Rapid PHP
- Replies: 6
- Views: 4988
Re: Multiple local 'websites' w/Rapid PHP
I wanted to add another 'site' to my RapidPHP. So I added 127.0.0.1 local_mx to my hosts file in windows. Then I adedd the following code based on what you suggested (that worked fine) to my httpd-vhosts.conf file figuring it should be easy to add a third site. <VirtualHost 127.0.0.1:80 ...
- Sun Jul 29, 2012 11:02 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Multiple local 'websites' w/Rapid PHP
- Replies: 6
- Views: 4988
Re: Multiple local 'websites' w/Rapid PHP
Well I thought I understood, but tjis FAILS to work for the local_antserve 'localhost'. The regular localhost wors just as it should. Perhaps you can steer me in the right direction... Here's what I have configured... ========================================= Rapid PHP Mapping ----------------- C ...
- Sun Jul 29, 2012 4:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Multiple local 'websites' w/Rapid PHP
- Replies: 6
- Views: 4988
Re: Multiple local 'websites' w/Rapid PHP
Ah... yes I understand. Thanks.
firebuff55123
firebuff55123
- Sat Jul 28, 2012 6:04 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Multiple local 'websites' w/Rapid PHP
- Replies: 6
- Views: 4988
Multiple local 'websites' w/Rapid PHP
I have recently had the need to have several local websites. I am using Win7(64) and Rapid PHP ver 9. At first I attempted to put the two sites at the same level of root directory, such as... -dirs- www_website1 www_website2 But It appears that I cannot do that because it seems you can only ...
- Mon May 17, 2010 11:00 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: external browser preview in localhost:8080
- Replies: 4
- Views: 3345
external browser preview in localhost:8080
my preview worked perfectly when my apache server used port 80. But when I reconfigured apache to use port 8080 instead I cannot get the external preview to use localhost:8080 INSTEAD of the former localhost only. i am NEW to apache. How do I get rapidphp to use localhost:8080 for the preview. the ...
- Sun May 09, 2010 8:47 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Preview setup confusion
- Replies: 1
- Views: 1426
Preview setup confusion
I feel like an idiot. Ive tearing my hair out trying to get preview setup on a new install. I am using Rapid PHP 2008 on a new Windows 7 install. This machine used to be a Windows XP machine using IIS. It all worked fine under XP. On the new Windows 7 install I decided to is Apache 2.0 instead. I've ...