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,472
There are 2124 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

Htaccess

Thread title: Htaccess
Closed Thread    
    Thread tools Search this thread Display Modes  
06-19-2006, 02:21 PM
#1
Fangled is offline Fangled
Fangled's Avatar
Status: I love this place
Join date: Aug 2005
Location: England
Expertise:
Software:
 
Posts: 538
iTrader: 4 / 100%
 

Fangled is on a distinguished road

  Old  Htaccess

Hi,

I was wondering if someone can help me. I have been wanting to use htaccess and rewrite to make instead of someone going index.php?page=home they can access /home/

Anyways here is what i thought should work however it hasnt been working, and wondering if someone can tell me what ive done wrong.

My htaccess file:
Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^/(.+)/ index.php?page=$1 [nc]
Thanks alot.

06-19-2006, 08:27 PM
#2
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Whats the [nc] ?

06-25-2006, 11:41 PM
#3
Woolf is offline Woolf
Status: I'm new around here
Join date: Oct 2005
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

Woolf is on a distinguished road

Send a message via AIM to Woolf Send a message via MSN to Woolf

  Old

Try removing the first slash after the ^ and end it with a $. Like this:


Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.+)/$ index.php?page=$1 [nc]

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