Pages: Previous12345Next
Current Page: 4 of 5
Results 91 - 120 of 121
16 years ago
hambuler
No problem. Make sure your mysql server runs without bind address to local host and with secured SSL enabled.
Forum: WampServer English
16 years ago
hambuler
You can read it at my post: Maybe it will help you in solving problems. Install only mysql5 and test if it is working, and figure out why it isn't.
Forum: WampServer English
16 years ago
hambuler
Then buy another host and install it on a different computer from a different network such as your work place.
Forum: WampServer English
16 years ago
hambuler
You can go to my.ini in wamp mysql5 folder and edit the port different from 3306 and restart mysql server.
Forum: WampServer English
16 years ago
hambuler
Disable .htaccess file if you want to see where the problem is.
Forum: WampServer English
16 years ago
hambuler
You need to enable the virtual host file in httpd.conf. The file name is httpd-vhosts.conf in extra folder. Then edit that file to suite your requirement. The sample of VirtualHost is: NameVirtualHost 192.168.1.152:80 #Replace the IP add with your actual local IP address <VirtualHost 192.168.1.152:80> ServerAdmin webmaster@y
Forum: WampServer English
16 years ago
hambuler
If you don't setup mail and MX records properly, all you mails sent will be ended up in Junk/Spam folders of user email accounts such as Yahhoo, hotmail, gmail, etc. The users don't even notice they got mails from you.
Forum: WampServer English
16 years ago
hambuler
If you want to connect remotely by any remote VB, C# application to your mysql database, you need to add the GRANT statement to a mysql user such as root or other user name and on which database. Something like this: GRANT ALL ON yourdbname.* TO 'root'@'%' IDENTIFIED BY 'rootpassword' Another like this: GRANT SELECT, INSERT ON yourdbname.tablename TO 'someuser'@'%' INDENTIFIED BY 'userpa
Forum: WampServer English
16 years ago
hambuler
What is the situation? your site is accessible. I don't see any problem accessing the site.
Forum: WampServer English
16 years ago
hambuler
You can also try any your website name like this websitename.com/phpmyadmin and it will work too because alias is already setup in phpmyadmin.conf
Forum: WampServer English
16 years ago
hambuler
No problem.
Forum: WampServer English
16 years ago
hambuler
It's fine you can use a local IP address such as 192.168.1.145/phpmyadmin or 192.168.1.145:81/phpmyadmin you can enter yourwanipaddress/phpmyadmin if you set up your domain name pointing to your router IP address and your router is setup to port forwarding to 192.168.1.145.
Forum: WampServer English
16 years ago
hambuler
You're doing that right. Make sure the mysql server is running. Try another method: Create a file shortcut to phpmyadmin2.10.1 index.php file and put that shortcut in any of your working virtual host directory. I prefer to put it in the parent website www.hingsmaf.com. You can name the short cut as phpmyadmin. You may comment with # to the virtual host mysql.hingsmaf.com temporarily. T
Forum: WampServer English
16 years ago
hambuler
First, make sure you disable Windows Firewall to port 80 for testing purpose so you don't have to use and type port 81. You must change phpmyadmin authenticate type to 'cookie' in config.inc.php so you don't have to type password in the file.
Forum: WampServer English
16 years ago
hambuler
Mysql Config file should be in mysql5.0.45 folder but not in bin folder. The name is my.ini. You can change its name by modifying wamserver.conf file in mysql5.0.45 folder.
Forum: WampServer English
16 years ago
hambuler
Yes. That's right. Or leave wamp/www folder without having a webroot subdirectory. You must add the webroot subfolder to DocumentRoot and Directory directives in httpd.conf file if want to have a webroot inside www folder. In httpd.conf file, change C:/wamp/www/ to C:/wamp/www/subfoldername/ or something like that.
Forum: WampServer English
16 years ago
hambuler
The ServerName directive must have either a local IP address (192.168....) or a domain name if you bought one.
Forum: WampServer English
16 years ago
hambuler
You must create a physical webserver directory in Wamp web root directory. Make sure the IP address is the actual address your computer with Wamp server possesses.
Forum: WampServer English
16 years ago
hambuler
<Directory> setup looks good. You must change ServerName to something like ServerName yourwebsitename.com:80 Make sure your router setup for port forwarding to 80 with your local IP address (192.168...) is correct.
Forum: WampServer English
16 years ago
hambuler
You can setup mail parameters in php.ini in apache2/bin directory. Directives you want to look for are SMTP, smtp_port, sendmail_from, sendmail_path. Or you can setup mail in php code. Important: You need to have a mail server installed and working. You can use IIS SMTP mail server or download Java mail servers.
Forum: WampServer English
16 years ago
hambuler
You are missing ServerName after <virtualhost ...>
Forum: WampServer English
16 years ago
hambuler
Either You need to setup the virtual host directives or you must edit DocumentRoot, Directory directives in httpd.conf file.
Forum: WampServer English
16 years ago
hambuler
Try date("H".
Forum: WampServer English
16 years ago
hambuler
Check the php.ini file in apache/bin directory and its directives especially output buffering directive.
Forum: WampServer English
16 years ago
hambuler
You need to add <Directory "C:/wamp/apps/phpmyadmin2.10.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny allow from all </Directory> to virtual host mysql.hingsmaf.com
Forum: WampServer English
16 years ago
hambuler
You must create another root directory before you change DocumentRoot to point to that root. In httpd.conf file, find all instances of old root directories and replace them with a new root name.
Forum: WampServer English
16 years ago
hambuler
Make sure you are accessing localhost:8080/phpmyadmin but not localhost/phpmyadmin. In config.inc.php file, use a password or blank one only if authentication type is 'config'.
Forum: WampServer English
16 years ago
hambuler
Make sure you are accessing localhost/phpmyadmin but not phpmyadmin. You can configure phpmyadmin by editing config.inc.php file.
Forum: WampServer English
16 years ago
hambuler
It looks like you installed joomla without sample database. It explains why you see the empty frontpage content.
Forum: WampServer English
16 years ago
hambuler
You have two choices: ***choice1**** Create a s hortcut to PHPmyadmin directory index.php file. You place the shortcut as phpmyadmin inside mysql.hingsmaf.com. ****choice 2***** copy phpmyadmin directory to mysql.hingsmaf.com as a subdirectory. Configure the phpmyadmin config.inc.php file as you wish.
Forum: WampServer English
Pages: Previous12345Next
Current Page: 4 of 5