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

Results 1 to 6 of 6
  1.     
    #1
    Member
    Website's:
    planetedl.com

    Default need help in my VB URL

    my VB URL now is http://tecdown.com/forums/index.php

    but i want to make it http://tecdown.com/forums/

    i need to remove this words from URL (index.php)

    so please anyone know the answer ???
    farfor767 Reviewed by farfor767 on . need help in my VB URL my VB URL now is http://tecdown.com/forums/index.php but i want to make it http://tecdown.com/forums/ i need to remove this words from URL (index.php) so please anyone know the answer ??? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    redclitz.com y-sockz.net
    well go to ur root and edit your .htacess

    and paste this and save

    RewriteEngine On
    RewriteCond %{THE_REQUEST} \/index.php\ HTTP [NC]
    RewriteRule (.*)index.php$ /$1 [R=301,L]

    if not work let me know bro i will help u out

  4.     
    #3
    Member
    Website's:
    planetedl.com
    nothing happened ,,, do u know another way

  5.     
    #4
    Banned
    Website's:
    redclitz.com y-sockz.net
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^tecdown.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.tecdown.com$
    RewriteRule ^/?$ "http\:\/\/www\.tecdown\.com\forums\/index\.php" [R=301,L]
    RewriteCond %{THE_REQUEST} \/index.php\ HTTP [NC]
    RewriteRule (.*)index.php$ /$1 [R=301,L]

    try this

  6.     
    #5
    Member
    why would you want it to be removed? it looks okay.

  7.     
    #6
    Member
    Website's:
    planetedl.com
    problem fixed by another way & my new link is
    http://tecdown.com/forums/

Thread Information

Users Browsing this Thread

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

Tags for this Thread

BE SOCIAL