Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Mod_rewrite

  1. #11
    Code-aholic conor's Avatar
    Join Date
    Nov 2008
    Location
    Monaghan
    Posts
    60
    Post Thanks / Like

    Default

    Do you need to use a RewriteCond?

    I want to say when the server recieves "Test" to rewrite it as "test.php" but only for that one situation. I don't want it to apply for "Second Test"

  2. #12
    Senior Member louie's Avatar
    Join Date
    Jan 2006
    Location
    Dublin, Ireland
    Posts
    2,423
    Post Thanks / Like

    Default

    of course you do.
    the code I gave you above takes in consideration future pages but if you know the page then you can use
    Code:
    RewriteRule ^test/?$ test.php [L,NC] 
    #L = last rule, NC = cAsE insensitive, /? with or without the trailing /
    :. Web Design & Development Web Design Ireland
    :. Search Engines Optimization Search Engines Optimization
    :. Car Parts & Accessories Car Parts
    :. Cars Ireland Cars Ireland
    :. I Have 2 Find It Directory SEF Directory

  3. #13
    Code-aholic conor's Avatar
    Join Date
    Nov 2008
    Location
    Monaghan
    Posts
    60
    Post Thanks / Like

    Default

    thanks a million that should do rightly

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Classified Script with mod_rewrite?
    By blacknight in forum CMS and Content Management
    Replies: 3
    Last Post: 25-07-2011, 07:28 AM
  2. mod_rewrite
    By ziycon in forum Coding Help
    Replies: 18
    Last Post: 17-02-2007, 04:50 AM
  3. Using mod_rewrite on subdomains?
    By dude in forum Server / Technical Administration Tips and Queries
    Replies: 5
    Last Post: 14-09-2006, 10:51 AM
  4. Apache Mod_rewrite - seo and more!
    By blacknight in forum Server / Technical Administration Tips and Queries
    Replies: 8
    Last Post: 07-08-2006, 12:00 PM
  5. Redirecting your old domain using mod_rewrite
    By blacknight in forum Server / Technical Administration Tips and Queries
    Replies: 1
    Last Post: 01-02-2006, 01:47 AM

Visitors found this page by searching for:

all rewrite rules show index.php iis blacknight

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •