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

Mod Rewrite help

Thread title: Mod Rewrite help
Closed Thread    
    Thread tools Search this thread Display Modes  
02-25-2007, 07:05 AM
#1
Xuxa is offline Xuxa
Status: Request a custom title
Join date: Feb 2006
Location: USA
Expertise:
Software:
 
Posts: 1,076
iTrader: 17 / 95%
 

Xuxa is on a distinguished road

Send a message via MSN to Xuxa

  Old  Mod Rewrite help

I can't get this to work

original URL: http://[snipped]/index.php?page=tuto...ials=namecheap

working URL: http://[snipped].com/tutorials/namecheap
Code:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)$ /index.php?page=$1&tutorials=$2 [L]
url that doesn't work but I want it to work: http://[snipped].com/page/tutorials/namecheap
Code:
RewriteEngine On
RewriteRule ^page/([^/]*)/([^/]*)$ /index.php?page=$1&tutorials=$2 [L]

02-25-2007, 07:19 AM
#2
Sketch is offline Sketch
Sketch's Avatar
Status: Member
Join date: Aug 2005
Location: Melbourne, Australia
Expertise:
Software:
 
Posts: 419
iTrader: 0 / 0%
 

Sketch is on a distinguished road

  Old

Originally Posted by Xuxa View Post
I can't get this to work

original URL: http://[snipped]/index.php?page=tuto...ials=namecheap

working URL: http://[snipped].com/tutorials/namecheap
Code:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)$ /index.php?page=$1&tutorials=$2 [L]
url that doesn't work but I want it to work: http://[snipped].com/page/tutorials/namecheap
Code:
RewriteEngine On
RewriteRule ^page/([^/]*)/([^/]*)$ /index.php?page=$1&tutorials=$2 [L]
How about;

http://www.site.com/page/tutorials/namecheap
Will point to
http://www.site.com/index.php?page=t...ials=namecheap
Code:
RewriteRule ^page/([a-z0-9A-Z_-]+)/([a-z0-9A-Z_-]+)$ /index.php?page=$1&tutorials=$2 [NC]

02-25-2007, 04:54 PM
#3
Xuxa is offline Xuxa
Status: Request a custom title
Join date: Feb 2006
Location: USA
Expertise:
Software:
 
Posts: 1,076
iTrader: 17 / 95%
 

Xuxa is on a distinguished road

Send a message via MSN to Xuxa

  Old

I will try that


EDIT: Nope It goes to my page saying it doesn't exist :S

02-25-2007, 09:52 PM
#4
Sketch is offline Sketch
Sketch's Avatar
Status: Member
Join date: Aug 2005
Location: Melbourne, Australia
Expertise:
Software:
 
Posts: 419
iTrader: 0 / 0%
 

Sketch is on a distinguished road

  Old

Hm thats really strange, what else do you have in your htaccess file?

02-25-2007, 09:54 PM
#5
Xuxa is offline Xuxa
Status: Request a custom title
Join date: Feb 2006
Location: USA
Expertise:
Software:
 
Posts: 1,076
iTrader: 17 / 95%
 

Xuxa is on a distinguished road

Send a message via MSN to Xuxa

  Old

RewriteEngine On
RewriteRule ^page/(.*) index.php?page=$1
RewriteRule ^page/([a-z0-9A-Z_-]+)/([a-z0-9A-Z_-]+)$ /index.php?page=$1&tutorials=$2 [NC]

02-25-2007, 10:41 PM
#6
Sketch is offline Sketch
Sketch's Avatar
Status: Member
Join date: Aug 2005
Location: Melbourne, Australia
Expertise:
Software:
 
Posts: 419
iTrader: 0 / 0%
 

Sketch is on a distinguished road

  Old

Just thinking about this, remove the first rewrite rule. See what happens if you delete that...

02-25-2007, 11:15 PM
#7
Xuxa is offline Xuxa
Status: Request a custom title
Join date: Feb 2006
Location: USA
Expertise:
Software:
 
Posts: 1,076
iTrader: 17 / 95%
 

Xuxa is on a distinguished road

Send a message via MSN to Xuxa

  Old

Then non of the links work

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