Results 1 to 2 of 2

Thread: Problem with modrewrite

  1. #1
    Join Date
    Feb 2007
    Posts
    51

    Default Problem with modrewrite

    I´m using Indexu 5.3 and I have the following htaccess-file:

    PHP Code:
    # INDEXU-START

    # DO NOT CHANGE THE FOLLOWING LINES

    # status: 1
    # pattern_category: browse/{$cat_id}/{$page}/{$cat_name}.html
    # pattern_detail: detail/{$link_id}/{$link_title}.html

    RewriteEngine On

    RewriteRule 
    ^detail/(.*)/(.*).html detail.php?linkid=$1
    RewriteRule 
    ^browse/(.*)/(.*)/(.*).html browse.php?cat=$1&pg_which=$2
    RewriteRule 
    ^information/(.*)/$ /page.php?id=$1
    RewriteCond 
    %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !-l

    # INDEXU-END 
    I manually added the RewriteRule ^information/(.*)/$ /page.php?id=$1
    and that works fine, but I can´t get the mod rewrite to work for detail and category pages. Can anyone help? The website is http://www.tjanstefolk.se/

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Version 5.3 is no longer officially supported

    See this page which gives you your answer http://www.nicecoder.com/community/s...ead.php?t=5307

Similar Threads

  1. Modrewrite
    By madden in forum v5.x
    Replies: 4
    Last Post: 09-18-2007, 09:16 AM
  2. 5.20 page.php modrewrite error
    By jarp-u in forum v5.x
    Replies: 1
    Last Post: 09-16-2006, 04:56 AM
  3. Install.php problem - Admin problem
    By highfly in forum Indexu Lite
    Replies: 0
    Last Post: 01-12-2006, 05:31 PM

Posting Permissions

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