Current Page: 1 of 1
Results 1 - 28 of 28
17 years ago
tomfmason
You can use chili asp from sun. You may have a issue with the permissions if you are using xp home.
Forum: WampServer English
17 years ago
tomfmason
What error are you getting. Usaly this means that a white space exits somewere. Try this <?php header("Location: ); ?> Report any errors that you may get
Forum: WampServer English
17 years ago
tomfmason
Ok, the first part of your question was how to change the upload file size for php . Well this can be done but I do not recommend it. If you decide to do this , you can change the upload_max_filesize in php.ini . If you do this you should also change the max_execution_time . By default it is 30 seconds and if you are uploading 5mb of sql then it will take longer than 30 sec. or You can also u
Forum: WampServer English
17 years ago
tomfmason
First you will need to greate a database. You can do this by clicking on the wamp icon and the localhost. Go to phpMyadmin on the main page you will see, under mysql, create new data base. Enter any name you want for your database. I would use forum. Assuming you have not changed the passwords and that you name the database forum here is the info you requested: name of database: forum accountnam
Forum: WampServer English
17 years ago
tomfmason
That above was the php code and here is the sql code CREATE DATABASE `yourdatabase` or you can use the create database option on the main page of phpmyadmin
Forum: WampServer English
17 years ago
tomfmason
It is easier to do this from phpMyadmin but the code is as follows: - $sql = 'CREATE DATABASE `yourdatabase`';
Forum: WampServer English
17 years ago
tomfmason
I don't realy understand your question. Do you mean that you want to file to be read only or you don't want it to be? If you do want it to be read only then it is realy pretty simple. I am not sure if this is the proper way to do it but it works just fine. Go to my computer then click on your local drive(ie C:// or what ever you have) then wamp then www dir . Find the file that you want to be r
Forum: WampServer English
17 years ago
tomfmason
If you are wanting your server to viewed from the the internet you should try XAMPP . K776 is right in that wamp was not designed for out side access. Xampp,however, was developed for out side access and has more security features. Below are some links that may help you. and
Forum: WampServer English
17 years ago
tomfmason
Wamp was intended to be only for local testing not to host a web site. You can however host a web site. To do this you need to sign up for some kind of free dns service. I use . There are several good ones like []. You can ether register a domain name that you own our get a subdomain from them.
Forum: WampServer English
17 years ago
tomfmason
I fixed it. After searching and and reading everthing I could find on vhost. Here is the end result NameVirtualHost *:8080 <VirtualHost *:8080> ServerName owpt.biz ServerAlias *.owpt.biz DocumentRoot "C:/wamp/www/owpt" </VirtualHost> <VirtualHost *:8080> ServerName thomashostings.com ServerAlias *.thomashostings.com DocumentRoot "C:/wamp/www/thomashostings&quo
Forum: WampServer English
17 years ago
tomfmason
Like CyberSpatium said wamp does not come with a SMTP server. Also most ISPs block port 25, which is the SMTP port. Follow this link to see if it is blocked . Post Edited (06-08-06 13:32)
Forum: WampServer English
17 years ago
tomfmason
I use port 8080 so I changed *.80 to *.8080 and it loads the wamp index.php file on both domains. Besicaly it is the same problem but now it loads the wamp page instead of the owpt page.
Forum: WampServer English
17 years ago
tomfmason
I am pretty sure that this is a vitrual host issue. Below is a copy of what I have for vhost NameVirtualHost 192.168.15.105 NameVirtualHost 70.178.204.93 <VirtualHost 192.168.15.105 70.178.204.93> DocumentRoot C:/wamp/www/owpt ServerName owpt.biz ServerAlias owpt </VirtualHost> <VirtualHost 192.168.15.105 70.178.204.93> DocumentRoot C:/wamp/www/thomashostings Serve
Forum: WampServer English
17 years ago
tomfmason
If you are using front page on the same box as wamp then it is pretty simple. When you go to publish your site choose the file system option under remote website properties. Then click browse and find the www file under wamp.
Forum: WampServer English
17 years ago
tomfmason
You might want to try xamp. It comes with a mailserver, ftp sever and many extras.
Forum: WampServer English
17 years ago
tomfmason
When I load one of my domain names the index.html page that loads in no longer on my server. To put this more clearly. The page that loads was replaced with another and yet the old page still loads. Is this possiblely an issue with zoneedit?
Forum: WampServer English
17 years ago
tomfmason
I did a search and found that a simple form written in PHP will do better than phpmyadmin.
Forum: WampServer English
17 years ago
tomfmason
Also, for more information on MySQL go to
Forum: WampServer English
17 years ago
tomfmason
Click on your wamp server. Then a menu should open. Under the services portion go to MySQL then click on MySQL consule. A window should open. When it asks for a password just hit enter then you type the following SET PASSWORD FOR 'root'@'%' = PASSWORD('newpassword'); After this you need to change you config file for phpmyadmin. You can do this by going to my computer, then click on your c drive
Forum: WampServer English
17 years ago
tomfmason
I had a problem with an error 403 with all of my sites, so I went through and change my port number from 80 to 8080 and now one of my domain names with load but the other goes to my router login page. Below is exactly what I have for the virtual host commands. NameVirtualHost 192.168.15.105 NameVirtualHost 70.178.204.93 <VirtualHost 70.178.204.93 192.168.15.105> DocumentRo
Forum: WampServer English
17 years ago
tomfmason
I tried shutting down the windows firewall and checked the fire wall on my router. No change. I am officaly confused
Forum: WampServer English
17 years ago
tomfmason
When I type in one of my Url s like I get the following error Forbidden You don't have permission to access / on this server I am thinking that it is most likely a firewall issue. The odd thing is that it was working just fine a few hours ago. I did not adjust any thing but yet now it will not work. Any suggestions would be greatly appreciated .
Forum: WampServer English
17 years ago
tomfmason
In PhpAdmin select your old database....once there, select all tables....go up to export tab, in the export dialog, go to the botom and check the 'export to file' box, change data options to update then click go....you now have a copy of your database on your computer.. select the new database, click the SQL tab, youll see a small window that says: Run SQL query/queries on database, hit the brow
Forum: WampServer English
17 years ago
tomfmason
I fixed the error. Thank You very much for the great software and support.
Forum: WampServer English
17 years ago
tomfmason
I made the changes just as you instructed but Apache will not turn on. Here is an example of the hpptd.config file. I copied the orginal httpd.config file just in case. Apache was working fine until I tried to add VirtualHost. The reason that I am trying to run VirtualHost is that when I type in the Url it goes to my router admin. I am using a dns service(zoneedit) and the url is routed to my Wan
Forum: WampServer English
17 years ago
tomfmason
I changed exactly as instructed but yet Apache will not run.
Forum: WampServer English
17 years ago
tomfmason
I followed one of the previous post for adding VirtualHost and now Apache will not start. I am sure that is a simple syntax error but it has be baffled at this point. Below is eactly what is in my httpd.config file. Please help ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most con
Forum: WampServer English
17 years ago
tomfmason
My host blocks port 80 and 25. When I try to change to, say port 81 or 8080, the main wamp server page will load but not the rest of the pages. I think that I may have to forward from port 80 to the new port #. My point is that I am not sure that I am editing the httpd.config file properly. Is there documentation with the exact instructions on how to do this properly. Thank you for the great so
Forum: WampServer English
Current Page: 1 of 1