Results 1 to 9 of 9

Thread: Rewrite

  1. #1
    Join Date
    Jun 2008
    Posts
    65

    Default Rewrite

    Am I missing something with Rewriting the URL's????????

    1. CHMOD .htaccess file to 777
    2. Click "OPTION"> "Mod-Rewrite"
    3. Click "Yes"
    4. Update the Category Path

    Is there something else? Because it is not working for me.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Make sure your server has mod-rewrite enabled. It is apache module.

  3. #3
    Join Date
    Jun 2008
    Posts
    65

    Default Mod-Rewrite

    Yes, I have other scripts on the same hosting account using Rewrite.

    Am I missing a step somewhere along the way? are the steps above correct?

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Let our tech support help you. Please submit a support ticket, provide us your url, ftp, and indexu password.

  5. #5
    Join Date
    Apr 2008
    Posts
    15

    Default

    Hi also i see a problem

    all Mod-rewrite go down in my 4 indexu sites after up to 1.4 version

  6. #6
    Join Date
    Apr 2008
    Posts
    15

    Default

    alright i sort a problem 4 me

    keep yours .httaccess file like this

    # INDEXU-START

    # DO NOT CHANGE THE FOLLOWING LINES
    # status: 1
    # pattern_category: {$cat_path}/more{$page}.html
    # pattern_detail: detail/{$link_id}/{$link_title}.html
    # pattern_tag: tag/{$tag}/more{$page}.html

    #Options -MultiViews
    RewriteEngine On

    RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1
    RewriteRule ^tag/(.*)/more(.*).html browsetag.php?tag=$1&pg_which=$2
    RewriteRule ^tag/(.*) browsetag.php?tag=$1
    RewriteRule ^tags/(.*) tags.php?ltr=$1
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^.* browse.php

    # INDEXU-END
    all extra stuff drop after this not on top

    tnx

  7. #7
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Let me know if you still have mod-rewrite problem.

  8. #8
    Join Date
    Oct 2007
    Posts
    5

    Default

    Hello, I had a problem with it.

    I am using 1.31 version and If I've been trying to go to the next page in category listing or browsing tag then there wasn't this page (404 code).

    Correction above solved first of it, but there is still problem with paging in browse tag listing.

    Could You help with it?

  9. #9
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Well either the problem is with 1.3.1 or a problem in .htaccess mod-rewrite codes. I'm using 1.4.1 and I'm not having this issue.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

Similar Threads

  1. rewrite
    By irvan in forum INDEXU DELUXE v1.x
    Replies: 13
    Last Post: 06-18-2009, 12:25 PM
  2. Replies: 0
    Last Post: 10-26-2006, 03:57 AM
  3. mod-rewrite
    By mazikaty in forum v5.x
    Replies: 1
    Last Post: 10-23-2006, 07:52 AM
  4. Mod rewrite help
    By nealdj in forum v5.x
    Replies: 4
    Last Post: 07-17-2006, 08:05 PM
  5. Mod rewrite
    By guilinkevin in forum v5.x
    Replies: 13
    Last Post: 06-23-2006, 11:19 AM

Posting Permissions

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