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

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    hajarbos.com rivawarez.com

    Default SEO urls for autoindex php script

    I was making an direct download site with autoindex php script

    I need to change the urls to be more seo friendly with htaccess or php

    This is the default url when we click a directory (for example music)
    http://domain.com/index.php?dir=music/

    Can we make the url to be like this ?
    http://domain.com/music/

    Demo site

    using htaccess should do the trick,but I dont know what code should I put in the htaccess file
    Cradle2deGrave Reviewed by Cradle2deGrave on . SEO urls for autoindex php script I was making an direct download site with autoindex php script I need to change the urls to be more seo friendly with htaccess or php This is the default url when we click a directory (for example music) http://domain.com/index.php?dir=music/ Can we make the url to be like this ? http://domain.com/music/ Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    HD-Streaming.org
    If you google "URL Rewrite htaccess" you will find a huge amount of helpful information

  4.     
    #3
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Place this in .htaccess file

    Code: 
    RewriteEngine On
    RewriteRule ^(.*)$ index.php?dir=$1 [L]
    But that will make any page on your site take as a category. So i would say to use urls like: http://domain.com/dir/music/

    And code for that:

    Code: 
    RewriteEngine On
    RewriteRule ^dir/(.*)$ index.php?dir=$1 [L]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBSEO Urls
    By viruz99 in forum Technical Help Desk Support
    Replies: 0
    Last Post: 13th Nov 2011, 02:15 PM
  2. Valid URLs
    By Chris2k in forum Web Development Area
    Replies: 7
    Last Post: 21st Jul 2011, 03:34 PM
  3. Issues with Recaptcha API urls
    By NewEraCracker in forum Feedback and Suggestions
    Replies: 1
    Last Post: 19th May 2011, 02:50 PM
  4. Re-write some URLs
    By Chris2k in forum Web Application/Script Support
    Replies: 4
    Last Post: 27th Mar 2011, 12:59 AM
  5. Blocked URLs
    By Sun!l in forum Legal Issues
    Replies: 2
    Last Post: 28th Feb 2010, 09:54 AM

Tags for this Thread

BE SOCIAL