Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1404 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Other Programming Languages :

MOD Rewrite Question

Thread title: MOD Rewrite Question
Closed Thread    
    Thread tools Search this thread Display Modes  
04-03-2007, 02:52 AM
#1
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old  MOD Rewrite Question

I want to change www.domain.com/index.php

to www.domain.com/index

Is it possible? if it is, how do I?

04-03-2007, 01:28 PM
#2
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

anyone have an answer?

04-03-2007, 03:44 PM
#3
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

RewriteRule ^([A-Za-z0-9]+)/$ $i.php [L]

That should do it for any page ending in .php.

04-03-2007, 08:43 PM
#4
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

Originally Posted by Andrew R View Post
RewriteRule ^([A-Za-z0-9]+)/$ $i.php [L]

That should do it for any page ending in .php.
didnt work? Am I just supposed to paste it in my .htaccess file?

04-03-2007, 09:18 PM
#5
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

My .htaccess File

PHP Code:
# -Manipulate URLs-

Options +Indexes
Options 
+FollowSymlinks
RewriteEngine on
RewriteBase 
/
RewriteRule ^index/$ index.php [L]
RewriteRule ^myaccount/$ myaccount.php [L]
RewriteRule ^console/$ console.php [L]
RewriteRule ^about_us/$ about.php [L]
RewriteRule ^logout/$ logout.php [L]
RewriteRule ^login/$ login.php [L]
RewriteRule ^privacy/$ privacy.php [L]
RewriteRule ^site_map/$ sitemap.php [L]
RewriteRule ^staff/$ staff.php [L]
RewriteRule ^sponsors/$ sponsors.php [L]
RewriteRule ^ucp/$ ucp.php [L]

# -Force non-www URLs-

RewriteCond %{HTTP_HOST} ^www\.scrimsnow\.com$ [NC]
RewriteRule ^(.*)$ http://scrimsnow.com/$1 [R=301,L] 

04-22-2007, 12:58 PM
#6
Cooleo is offline Cooleo
Status: Member
Join date: Sep 2005
Location: Stoke, UK
Expertise:
Software:
 
Posts: 151
iTrader: 0 / 0%
 

Cooleo is on a distinguished road

Send a message via MSN to Cooleo

  Old

Options +Indexes
Options +FollowSymlinks

RewriteEngine on
RewriteRule ^([A-Za-z0-9_]+)$ $1.php [L]


# -Force non-www URLs-

RewriteCond %{HTTP_HOST} ^www.scrimsnow.com$ [NC]
RewriteRule ^(.*)$ http://scrimsnow.com/$1 [R=301,L]

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed