Current Page: 1 of 1
Results 1 - 8 of 8
16 years ago
wmorse1
As an FYI, I applied a commercial certificate through godaddy.com to my home wamp server. I used most of this tutorial to get me through the understanding of the process, but godaddy provided some additional instruction. Again, thanks to everyone involved. Worked perfectly. The certificate was only like $29.99 and now I don't get any warning messages when accessing my site. The only time I get a
Forum: WampServer English
16 years ago
wmorse1
The Wise One... I'm not sure, I'm also kind of new. I just had the same question and wanted to share my result. However, with that said, maybe look into using the <VirtualHost > settings? I use these to direct multiple domain names into various folders. Each domain has a different set of content. I got the idea from here: I hope this helps, but directly, I really don't kno
Forum: WampServer English
16 years ago
wmorse1
I ran into a similar issue and it all related to my .htaccess file. I'll bet this server recently had the SSL added. He wanted the site to redirect http:// users to https:// they used a .htaccess file with something like: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) []%{HTTP_HOST}%{REQUEST_URI} However, didn't turn on the Apache rewite_module ....at least that was my
Forum: WampServer English
16 years ago
wmorse1
Do you have the Apache rewrite_module on? I'd start by checking this first considering your error message: C:/wamp/www/test/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration Let me know and I'll help if I can.
Forum: WampServer English
16 years ago
wmorse1
The Wise One... I suggest setting up a .htaccess file. Then drop this file into your www folder and it will make all visits move from http to https. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) []%{HTTP_HOST}%{REQUEST_URI}
Forum: WampServer English
16 years ago
wmorse1
Try this... 1. Go to phpMyAdmin, then locate the Privileges option. Locate the root user and edit the settings and change password. Then proceed to step 2. 2. Locate the config.inc file for my phpMyAdmin, the location can vary. The file will be located in the phpmyadmin folder, so you need to find this. For example mine is located here: C:\wamp\apps\phpmyadmin2.11.5 3. Locate this lin
Forum: WampServer English
16 years ago
wmorse1
Nevermind, answered my own question in regards to phpMyAdmin not working. In the original instructions: "3b) In httpd.conf, remove the comment '#' at the line which says: Include conf/extra/httpd_ssl.conf Then move that line after this block <IfModule ssl_module>.... </IfModule>" I had removed the line after the block which was this line: Include "c:/wam
Forum: WampServer English
16 years ago
wmorse1
Thanks for the step-by-step guide. It was rather straight forward and is working for me. I found a few things that hung me up. STEP 1d Do not include this portion "-sha1" I added a STEP 4F CustomLog "logs/ssl_request.log" \ Without this STEP 4F I was getting the same error that fdo reported and I took the advice of jdgiotta. If you adjust this portion of the
Forum: WampServer English
Current Page: 1 of 1