What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » ?id=home (replacement)

?id=home (replacement)
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
O.P. ?id=home (replacement)
I use php do generate a lot of includes to happen in one file (index.php) and when and ?id=home or something is added on it add an certain include. This technique may save time updating each page and looks good, but bots do not pick up on it and thus not all my pages are listed in search engines.

I need a way to make sure search engines pick up on this.

So I asked dt, who tryed to mess with .htaccess but failed (was 4am at the time) then I asked the newb (segosa) and he said his busy (lasy) and said post a thread in tech talk about using  mod_rewrite.

So here, I am doing just that. My current script is:

code:
<?PHP
error_reporting (E_ALL ^ E_NOTICE);
if(!$id){ $id = $_GET['id']; }

if($id=="" or $id=="home"){
    include("home.php");
}elseif($id=="asmiles"){
    include("animatedsmiles/index.php");
}elseif($id=="articles")

?>

That is just part of it there is over a hundred in total. So I basiclly need a way to do ?id=boobs etc in a way bots pick them up better. Thanks :)
01-22-2006 06:40 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
?id=home (replacement) - by absorbation on 01-22-2006 at 06:40 PM
RE: ?id=home (replacement) - by Dempsey on 01-22-2006 at 06:54 PM
RE: ?id=home (replacement) - by absorbation on 01-22-2006 at 06:58 PM
RE: ?id=home (replacement) - by L. Coyote on 01-22-2006 at 07:17 PM
RE: ?id=home (replacement) - by hmaster on 01-22-2006 at 08:10 PM
RE: ?id=home (replacement) - by absorbation on 01-30-2006 at 07:15 PM
RE: RE: ?id=home (replacement) - by rav0 on 01-31-2006 at 07:27 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On