Current Page: 1 of 1
Results 1 - 24 of 24
10 years ago
ClearModule.com
Access the site through your browser, the right click and click view source. Copy the code and post it here.
Forum: WampServer English
10 years ago
ClearModule.com
You should not the hosts file for DNS resoultion. Use the name of the computer. To find your computer name Open System by clicking the Start button , right-clicking Computer, and then clicking Properties.
Forum: WampServer English
10 years ago
ClearModule.com
The Apache user must have access to the folder. See the Security tab under the folder properties to check permissions.
Forum: WampServer English
10 years ago
ClearModule.com
Is it timing out? What error are you getting?
Forum: WampServer English
10 years ago
ClearModule.com
Does [127.0.0.1] work?
Forum: WampServer English
10 years ago
ClearModule.com
ServerName localhost:8080 is not correct. It should be 192.168.1.155:8080. Also change your host file back to default. 127.0.0.1 localhost loopback ::1 localhost Also try allow from all to test for Apache permissions issues.
Forum: WampServer English
10 years ago
ClearModule.com
Apache can time out too. Possibly, it is a bug with that version. Check the logs for your answer.
Forum: WampServer English
10 years ago
ClearModule.com
Restart your computer? Can you manually start the wampapache service?
Forum: WampServer English
10 years ago
ClearModule.com
You can change it in httpd.conf. Look for DirectoryIndex index.html index.htm default.htm index.php index.pl Add start.html to the end of that list. Save and restart wamp.
Forum: WampServer English
10 years ago
ClearModule.com
Try the test port 80. Something may have been installed that uses port 80. It is in the Apache menu, under service.
Forum: WampServer English
10 years ago
ClearModule.com
Put it in a directory c:\wamp\www\wordpress.
Forum: WampServer English
10 years ago
ClearModule.com
SQlBuddy can be easier to use than phpmyadmin, you can access it at [127.0.0.1]. the default username is root and there is no password.
Forum: WampServer English
10 years ago
ClearModule.com
Click Users and then add user in phpmyadmin.
Forum: WampServer English
10 years ago
ClearModule.com
Since you are using Apache 2.4, try replacing Order Deny,Allow Allow from all Allow from 127.0.0.1 Allow from ::1 Allow from localhost with Require all granted Make sure to restart all services after you make the change.
Forum: WampServer English
10 years ago
ClearModule.com
Does the user you specify in step 2 have permissions to create tables?
Forum: WampServer English
10 years ago
ClearModule.com
I have used dropbox to do stuff like this. Is dropbox permitted in your work place?
Forum: WampServer English
10 years ago
ClearModule.com
Are known file extensions hidden in Windows? Is your form.php really form.php.txt? There are also a few errors in your code. You should not be creating the table in your code. You create it once manually and then insert into the table each time. Have a look at in particular 9 and 10. These videos will show you how to setup your database in SQlBuddy and insert data in to the table.
Forum: WampServer English
10 years ago
ClearModule.com
SQLBuddy is easy to use and included in WAMP. Have a look at
Forum: WampServer English
10 years ago
ClearModule.com
Are you providing the correct database details?
Forum: WampServer English
10 years ago
ClearModule.com
I believe you need to install the 2010 Microsoft Visual C++ Redistributable Package (x86) as well.
Forum: WampServer English
10 years ago
ClearModule.com
Does creating a table with fewer fields work? The page may be timing out.
Forum: WampServer English
10 years ago
ClearModule.com
That's great. Apache 2.4 is different.
Forum: WampServer English
10 years ago
ClearModule.com
Try this, 1. Left Click on the WAMP Icon. 2. In the Menu, Select Apache and then httpd.conf. 3. A text file should open. 4. Click Edit, Find in notepad and search for "onlineoffline " 5. change the text, # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from all Allow from localhost to # onlineoffline tag - don't remove Order Deny,All
Forum: WampServer English
10 years ago
ClearModule.com
If you left click on the WAMP icon and click put online, the site should be available to all. You probably need to forward the port 80 on your router as well.
Forum: WampServer English
Current Page: 1 of 1