Help With A Mod Rewrite

by wpmlm
1 replies
I am trying to rewrite a url like this:

http://www.thesite.com/1

to this:

http://www.thesite.com/folder/1

The trailing number can be any number so the rewrite needs to pass the number into the new url string...

I've been beating my head on this one for about 2 days now with no luck!

Thanks for any help!

Rick
#mod #rewrite
  • Profile picture of the author ussher
    try this one:
    RewriteRule ^([^/]*)$ folder/$1 [L]

    Im not super great with rewrite rules.
    Signature

    "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

    - jamroom.net
    Download Jamroom free: Download
    {{ DiscussionBoard.errors[5188441].message }}

Trending Topics