| Author |
Message |
ghostgeek Regular


Joined: Jan 14, 2005 Posts: 87
|
Posted:
Mon Nov 21, 2005 9:10 pm |
|
I recently moved my site to a new web server and uploaded everything - preserving the directory structure.
Google Tap (GT-NExtGeN_Beta_0.4 I believe was what I originally installed) has stopped working however. None of the links are valid anymore - not even index.html
Is there something I need to set or enable in Apache? My httpd.conf file already has | Code: | | AccessFileName .htaccess | within it. Is there any other setting that I'm missing?
Thanks again! |
|
|
|
 |
ghostgeek Regular


Joined: Jan 14, 2005 Posts: 87
|
Posted:
Mon Nov 21, 2005 10:34 pm |
|
And according to httpd.conf, mod_rewrite is installed...
| Code: | | LoadModule rewrite_module modules/mod_rewrite.so |
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Mon Nov 21, 2005 11:52 pm |
|
|
|
 |
ghostgeek Regular


Joined: Jan 14, 2005 Posts: 87
|
Posted:
Tue Nov 22, 2005 9:40 pm |
|
Tried the above. still nothing. I created the info.php file and the basic .htaccess file as he described. info.php works, but I cannot access it via info.html
and info.php indicates that mod_rewrite is loaded too
Any other ideas here? I'm desperate to get the site back on line. Thanks! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15235 Location: Kansas
|
Posted:
Tue Nov 22, 2005 9:45 pm |
|
Do you have the GT code in your .htaccess file and the directive RewriteEngine On?? |
|
|
|
 |
ghostgeek Regular


Joined: Jan 14, 2005 Posts: 87
|
Posted:
Wed Nov 23, 2005 12:58 am |
|
sheesh - "allowoveride all" was what finally did it. I thought I'd already tried that, and I had put the statement in... but there was another instance of it later in the script with "allowoveride none" I changed it and lo and behold, my "tapped" links are working again.
Thanks again! |
|
|
|
 |
|
|
|
|