Results 1 to 6 of 6
-
9th Dec 2010, 05:02 PM #1OPMemberWebsite's:
planetedl.comneed 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
-
9th Dec 2010, 06:50 PM #2BannedWebsite's:
redclitz.com y-sockz.netwell 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
-
9th Dec 2010, 09:52 PM #3OPMemberWebsite's:
planetedl.comnothing happened ,,, do u know another way
-
10th Dec 2010, 10:12 AM #4BannedWebsite's:
redclitz.com y-sockz.netRewriteEngine 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
-
10th Dec 2010, 10:14 AM #5Member
why would you want it to be removed? it looks okay.
-
10th Dec 2010, 11:42 AM #6OPMemberWebsite's:
planetedl.comproblem fixed by another way & my new link is
http://tecdown.com/forums/
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...