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 1806 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Mod_rewrite Help

Thread title: Mod_rewrite Help
Closed Thread    
    Thread tools Search this thread Display Modes  
02-11-2007, 09:23 PM
#1
localhost is offline localhost
localhost's Avatar
Status: Dediport Hosting
Join date: Jul 2006
Location: Berkshire
Expertise: programming, business
Software: Dreamweaver
 
Posts: 1,316
iTrader: 17 / 100%
 

localhost is on a distinguished road

  Old  Mod_rewrite Help

Hi,
I am not very good at mod rewrite and could someone give me the code for these to?

Originally Posted by 1
And..

Originally Posted by 2
Thanks

Steven

02-11-2007, 09:31 PM
#2
aLx is offline aLx
Status: Senior Member
Join date: Jan 2006
Location: USA
Expertise:
Software:
 
Posts: 922
iTrader: 13 / 100%
 

aLx is on a distinguished road

Send a message via AIM to aLx

  Old

Try This, im not positive though

RewriteEngine On
RewriteRule ^(.*)/out/$ out.php?id=$1
RewriteRule ^(.*)/efefcts/ effects.php

02-11-2007, 09:36 PM
#3
localhost is offline localhost
localhost's Avatar
Status: Dediport Hosting
Join date: Jul 2006
Location: Berkshire
Expertise: programming, business
Software: Dreamweaver
 
Posts: 1,316
iTrader: 17 / 100%
 

localhost is on a distinguished road

  Old

Ok, If someone could confirmit would be great.

02-12-2007, 03:11 AM
#4
aLx is offline aLx
Status: Senior Member
Join date: Jan 2006
Location: USA
Expertise:
Software:
 
Posts: 922
iTrader: 13 / 100%
 

aLx is on a distinguished road

Send a message via AIM to aLx

  Old

Just try it..

02-12-2007, 03:36 AM
#5
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

Instead, just use this and it will work for every file.

RewriteEngine On
RewriteRule ^out/(.*)/$ out.php?id=$1 [L]
RewriteRule ^effects/ effects.php [L]

His code was a little *bleh*.

02-12-2007, 07:01 AM
#6
localhost is offline localhost
localhost's Avatar
Status: Dediport Hosting
Join date: Jul 2006
Location: Berkshire
Expertise: programming, business
Software: Dreamweaver
 
Posts: 1,316
iTrader: 17 / 100%
 

localhost is on a distinguished road

  Old

Cheers Andrew, The first one looks fine, For the second one is there a way I can make it work with others so text-correction.php would be /text-correction/ and text-effects.php will be /text-effects/, and effects.php as /effects/ . Or is it best to write a seperate rule for all 10 of them?

02-12-2007, 08:41 AM
#7
Impluo is offline Impluo
Status: We're all mad here
Join date: Aug 2005
Location: Missouri
Expertise: programming
Software: Notepad
 
Posts: 1,606
iTrader: 0 / 0%
 

Impluo is on a distinguished road

  Old

RewriteRule ^([-_a-zA-Z0-9]+)/$ $1.php [L]

that would cover the characters (hyphen, underscore, a-z, A-Z, 0-9)

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