well this is my .htaccess file which is located in my website folder but when i want to place it in my root folder so the url can go right in my website folder it cannot do it because is telling me this.
well i got this errros
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at www.nueva-design.com Port 80
this is my .htaccess
##
@version $Id: htaccess.txt,v 1.1 2005/07/22 01:51:57 eddieajau Exp $
@package Mambo
@copyright (C) 2000 - 2005 Miro International Pty Ltd
Mambo is Free Software
##
<Files .htaccess>
order allow,deny
</Files>
Options +FollowSymlinks
#
mod_rewrite in use
#
RewriteEngine On
Uncomment following line if your webserver's URL
is not directly related to physical file paths.
Update YourMamboDirectory (just / for root)
#RewriteBase /nvd
#
Rules
#
RewriteCond %{HTTP_HOST} http://www.nueva-design.com
RewriteCond %{REQUEST_URI} !nvd/
RewriteRule (.*)$ /nvd/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
if anyone can help me i will apreciate it. thank you...