htaccess file problem in media temple grid server system

Discussion in 'Joomla' started by newbiedev, Apr 3, 2011.

  1. #1
    Hello,

    I host my mambo site in mediatemple, but the htaccess file doesn't work.
    Whe the site was hosted in cpanel system, I don't get any problem. Please help me write the htaccess file for grid server system. Thanks.

    #
    # mod_rewrite in use
    #

    RewriteEngine On

    ErrorDocument 404 /error.php

    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update YourMamboDirectory (just / for root)

    RewriteBase /

    #
    # Rules
    #

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^content/(.*) index3.php
    RewriteRule ^component/(.*) index3.php
    RewriteRule ^mos/(.*) index3.php
     
    newbiedev, Apr 3, 2011 IP