Current Page: 1 of 1
Results 1 - 7 of 7
13 years ago
Rigg
So I tried to replace "RewriteCond %{HTTP_HOST} !^www\." with one of the rewrite conditions below, and I didn't see any change.. Is that what your were asking me to do? Forgive me if it's a dumb question, but I'm truly trying to figure this out. RewriteCond %{HTTP_HOST} !^www\.example\.com RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*)
Forum: WampServer English
13 years ago
Rigg
I'm not showing anything as far as my firewall/antivirus.. I'm able to use wamp on other websites, but just having issues with this one. Below I'm pasting my .htaccess file. I'm not sure what I should be looking at.. IndexIgnore *.swf *.jpg <Files error.html> order allow,deny allow from all Options +ExecCGI -Indexes DirectoryIndex index.html index.htm index.php </Files>
Forum: WampServer English
13 years ago
Rigg
Can someone please see the config file above that I pasted in this email. I'm just learning php, so I'm not sure really if this is the file that Stevemartin99 was referring to when he told me to ad localhost to the config.php file. Yes this is my config.php file, but my question is, shouldn't the config.php file show database information? I'm not seeing that information. Also, can someone te
Forum: WampServer English
13 years ago
Rigg
Can anyone tell me where to put the "www.localhost" in my config file?
Forum: WampServer English
13 years ago
Rigg
I'm not seeing "www.localhost" in my config file. I've opened up my editor, but I'm not sure what and where to put the "www.localhost" in the config file. This is what my config.php looks like. <?php session_start(); ini_set('include_path', '.'); //error_reporting(E_ALL); define('caching', 1); define('summarize_mysql', 1); define("mnmpath", d
Forum: WampServer English
13 years ago
Rigg
Thanks for the quick response. Below I've posted the access log.. Not sure what it means.. 127.0.0.1 - - [31/Oct/2010:01:22:20 -0400] "GET /tonysworld HTTP/1.1" 301 237 127.0.0.1 - - [31/Oct/2010:01:22:21 -0400] "GET /tonysworld/ HTTP/1.1" 301 229 127.0.0.1 - - [31/Oct/2010:01:36:45 -0400] "GET /phpmyadmin/server_privileges.php?token=decea734f5342029a1c3cab6d86a
Forum: WampServer English
13 years ago
Rigg
I have 3 sites set up in my www folder. Each site has it's own folder within www. 2 sites which are joomla sites and one is a site which I had a developer build for me... I'm able to pull the joomla sites using localhost, but when I copy the contents of my public_html (from the site built by developers) folder into the folder inside of www, I'm not able to pull up my sight using localhost. It
Forum: WampServer English
Current Page: 1 of 1