Results 1 to 3 of 3

Thread: .htaccess edit for the installation document

  1. #1
    User
    Join Date
    02-01-10.
    Posts
    111

    Default .htaccess edit for the installation document

    I would like to suggest an addition to the installation document on http://www.typolight.org/installing-typolight.html. In the section where it talks about using .htaccess and the rewrite module please add a sentence about modifying the root site. By default the .htaccess is

    RewriteEngine On
    RewriteBase /

    The .htaccess Rewrite rules will fail if your site is set up anywhere else in the directory structure. If you are using a directory for your TL installation, the .htaccess should look like this:

    RewriteEngine On
    RewriteBase /directory

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: .htaccess edit for the installation document

    Did you add a comment about this at the bottom of the page?

  3. #3
    User
    Join Date
    02-01-10.
    Posts
    111

    Default Re: .htaccess edit for the installation document

    Good idea. I added it now.

Bookmarks

Posting Permissions

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