Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: ?page=home

  1. #11
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    I don't really use mod_rewrite/htaccess.

    But im guessing by that you mean like say: "<anything>.php" open "pages.php?page=<anything>" ?
    Yuh, most some search engines dont bother with them so its good to have.

  2. #12
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare View Post
    Yuh, most some search engines dont bother with them so its good to have.
    Danny is right Most search engines ignore URL's with parameters, and just take the GET off of the end. On the other hand, if you use a htaccess with MOD_REWRITE to create URLs without special characters, then the search engines are more likely to favour you.

    I know Scriptz method of doing this was unusual, but it would still work.



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  3. #13
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    I love it how Scriptz insults a forum member.
    Then assumes the guys using Joomla 'Mod_rewrite'
    looool, it's using PHP; LolCopters explained it perfectly use his method ;P
    How could this hapen to meeeeeeeeeeeeeee?lol.

  4. #14
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare
    Yuh, most some search engines dont bother
    Why the hell did I write most some, I do some wierd things... Anyway

    @ Then assumes the guys using Joomla 'Mod_rewrite'

    When did anyone say anything about joomla? O.o

  5. #15
    Join Date
    Jan 2007
    Location
    Canada eh?
    Posts
    766
    Tokens
    75

    Default

    Well then - ya I guess that makes sense to use GET's - I use them for my DJ Panel's timetable to simplify matters... but ya ur right, htaccess is just to help make it more "SEO Friendly" as you put it...

    Don't know what I was thinking O.o I was a little out of it at that time, but anyways ya, using php get would be easiest!

    Also: Whoever left the (-) rep needs to understand that this is a "helping" community... to learn/correct! Not insult!


    Quote Originally Posted by NintendoNews
    I know Scriptz method of doing this was unusual, but it would still work.
    Last edited by QuickScriptz; 28-03-2007 at 11:37 PM.

  6. #16
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by Scriptz View Post
    I love how everyone is always like "i'll give you rep if you..." - most other forums barely know the rep system exists... but anyways...

    No silly! Not CSS or any other coding language for that matter. It is all server-side using an .htaccess file, mod_rewrite to be specific, you just change the way the browser enterperets a file/link. A link to a tut that might be helpful is below. Good luck! Its pretty straight forward anyways....

    Links in order of most helpful:
    1. http://corz.org/serv/tricks/htaccess2.php
    2. http://www.webmastertips.us/tutorials/mod_rewrite.htm
    3. http://www.webmasterwoman.com/design...direction.html
    If your aim was to waste processor cycles and alot of your own time, maybe? But most people would just use a php page, if a select case statment and a get varible, saves alot of time, and is a codeing language o.0
    Mod rewrite is more useful if you want to turn bla.php?p=cake&t=chocolate in to bla/cake/chocolate or something. useing it backwards seems kinda pointless.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •