Activity Stream
48,167 MEMBERS
6846 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Banned
    Website's:
    WarezRelease.org ThatHosting.co

    Default Re-write some URLs

    heyya

    can some1 help me to re-write some URLs for wcddl, i wanna change this:

    index.php?type=app
    index.php?type=game
    index.php?type=tv
    index.php?type=movie
    index.php?type=music
    index.php?type=ebook
    index.php?type=template
    index.php?type=xxx
    index.php?type=other

    to this

    browse/apps
    browse/games
    browse/tv-shows
    browse/movies
    browse/music
    browse/ebooks
    browse/templates
    browse/adult
    browse/others

    i did a google abt "url rewriting guide" but not sure abt wot to look for.
    Chris2k Reviewed by Chris2k on . Re-write some URLs heyya can some1 help me to re-write some URLs for wcddl, i wanna change this: index.php?type=app index.php?type=game index.php?type=tv index.php?type=movie index.php?type=music index.php?type=ebook Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    Example:
    Code: 
    RewriteEngine on
    
    Rewriterule ^browse/apps                ./index.php?type=Apps
    Rewriterule ^browse/game                    ./index.php?type=Game
    Rewriterule ^browse/movie                    ./index.php?type=Movie
    Rewriterule ^browse/music                    ./index.php?type=Music
    Rewriterule ^browse/other                    ./index.php?type=Other
    edit your .htaccess.
    and edit your files to point to browse/apps and others rather than index.php?type=apps
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  4.     
    #3
    Member
    Code: 
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^browse/([^/]*)$ /index.php?type=$1 [L]


  5.     
    #4
    Banned
    Website's:
    WarezRelease.org ThatHosting.co
    hi, do u know how to do:

    index.php?site='.core>$siteLink.'

    to

    site/'core>siteLink.'

    i dunno how to rewrite this 1.

  6.     
    #5
    Just Another Coder
    site/'.core>siteLink.' - I think this should work fine with the thing u posted above. If it doesn't just use the redirection as posted by others.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Write For Us
    By Kw3rLn in forum Webmaster Discussion
    Replies: 0
    Last Post: 12th May 2012, 04:55 PM
  2. what do I need to write articles?
    By gt911 in forum Tutorials and Guides
    Replies: 7
    Last Post: 11th May 2012, 01:12 AM
  3. anyone can write this c++ code.
    By iamuser_2007 in forum Web Development Area
    Replies: 3
    Last Post: 21st May 2011, 03:14 PM
  4. Blocked URLs
    By Sun!l in forum Legal Issues
    Replies: 2
    Last Post: 28th Feb 2010, 09:54 AM
  5. how do i write?
    By lig}{tning in forum vBulletin
    Replies: 10
    Last Post: 18th Aug 2009, 08:45 AM

Tags for this Thread

BE SOCIAL