| Author |
Message |
Mesum
Support Staff


Joined: Mar 11, 2003
Posts: 842
Location: Chicago
|
Posted:
Sun Oct 12, 2003 12:21 am |
  |
|
       |
 |
scabbed
Nuke Cadet


Joined: Sep 15, 2003
Posts: 7
|
Posted:
Sun Oct 12, 2003 3:42 am |
  |
the problem is that none of my encyclopedia pages are indexed on google
edit : i have put bastard.html instead of modules.php, is it wrong ? |
|
|
   |
 |
Mesum
Support Staff


Joined: Mar 11, 2003
Posts: 842
Location: Chicago
|
Posted:
Sun Oct 12, 2003 12:05 pm |
  |
|
       |
 |
ShiFty
Nuke Soldier


Joined: Oct 07, 2003
Posts: 21
|
Posted:
Mon Oct 13, 2003 7:13 pm |
  |
Is there a way to install google tap if your host doesnt support mod rewrite? If so would someone tell me how. |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Oct 14, 2003 5:39 am |
  |
No, you are required to have mod_rewrite enabled. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
MrSandman
Nuke Soldier


Joined: Dec 12, 2003
Posts: 13
|
Posted:
Mon Jan 03, 2005 12:39 am |
  |
I am having trouble with only one aspect of googletap
and that is the rewrite rule for index.php
I know that it is the long url that engines don't like but what i want to do is rewrite index.php to index.html and cannot figure out why it wont work
I have lost google page rank points because the content is not getting indexed from index.php instead only from the pages that i use mod_rewrite successfully on
I would have to create a redirect page and modify it on a daily basis to keep content changing to increase my rankings again
Why does index.php not rewrite to index.html??? |
|
|
    |
 |
MrSandman
Nuke Soldier


Joined: Dec 12, 2003
Posts: 13
|
Posted:
Mon Jan 03, 2005 1:18 am |
  |
I just changed the code in my .htaccess file to read like this
RewriteEngine on
RewriteBase /
RewriteRule ^index\.html$ /index\.php
and of course in header.php
I wrote the $urlin and $urlout arrays like this:
for the urlin$
"'(?<!/)index.php'",
and for the urlout$
"index.html",
at the very bottom of my .htaccess file all it reads is
DirectoryIndex index.php
but the object was and is now accomplished that if you type in http://familyonetransportation.com/index.html
the output is that from http://familyonetransportation.com/index.php
if you use google toolbar with page rank enabled you will notice that the index.php link has no rank while the index.html has a rank
end result - index.html (which technically and literally does not exist on the server) - will now get indexed by google and many other search engines if the link is actually called using a http request - like links etc. - I had to keep directory index as index.php though because if i didnt and you called the url http://familyonetransportation.com by itself and the directory index listed in my .htaccess file was index.html it display the actual directory listing not a webpage - I guess the way it works is that the default homepage must be a real page that actually exists! - so now I will simply create links on my php site that link to index.html and voila' I get the most important page on my site indexed!!!!!! |
|
|
    |
 |
r8pp8r
Nuke Cadet


Joined: Nov 02, 2006
Posts: 3
|
Posted:
Wed Nov 01, 2006 10:51 pm |
  |
i need a google tap code for EDL 2.1
if any one have please post |
|
|
   |
 |
|
|