Results 1 to 5 of 5

Thread: htaccess problem

  1. #1
    Join Date
    Apr 2004
    Posts
    109

    Default htaccess problem

    Hi,

    I am trying to install another script on a sub directory but indexu won't let me, keep getting the The requested URL /reviews/install/ was not found on this server.

    Would anyone know what line I have to add to the htaccess file in order for it to allow me access?
    Berto UK
    ------

    Enjoying The Power Of INDEXU 5.1.0
    http://www.nicecoder.com/community/s...ead.php?t=3207

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

    Default

    Whats the full URL your trying to get to and maybe posting your .htaccess would help as well.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    Join Date
    Apr 2004
    Posts
    109

    Default

    The url is mysite.com/reviews

    My current htaccess is:

    Code:
    # 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
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^.* browse.php
    
    # INDEXU-END
    Berto UK
    ------

    Enjoying The Power Of INDEXU 5.1.0
    http://www.nicecoder.com/community/s...ead.php?t=3207

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

    Default

    You have two choices.

    1) Disable .htaccess temporarily by renaming it
    2) Call the full URL to the install script of the other script you're trying to run. If /reviews/install/ isn't working it's because there is no index.php or index.html file in there. That's the new scripts issue and not IndexU's. It's probably located at /reviews/install/install.php

  5. #5
    Join Date
    Apr 2004
    Posts
    109

    Default

    Thank you Bruce.
    Berto UK
    ------

    Enjoying The Power Of INDEXU 5.1.0
    http://www.nicecoder.com/community/s...ead.php?t=3207

Similar Threads

  1. Problem with url rewriting and .htaccess
    By chris75 in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 07-30-2008, 03:11 AM
  2. where is .htaccess?
    By jromano in forum v5.x
    Replies: 8
    Last Post: 06-19-2007, 11:21 AM
  3. .htaccess?
    By enginerunup in forum v5.x
    Replies: 6
    Last Post: 09-07-2006, 08:33 AM
  4. Problem with .htaccess?
    By andmunn in forum v5.x
    Replies: 3
    Last Post: 06-05-2006, 10:47 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
  •