View Single Post
  #11  
Old 03-03-2006, 05:58 AM
tspore tspore is offline
Yellow Plog
 
Join Date: Feb 2006
Posts: 33
Gallery: 0
Comments: 0
Default

Hum...
This is all that is on my htaccess page
So I don't know what to do:
##
# @version $Id: htaccess.txt,v 1.5 2005/01/22 23:00:27 spacemonkey Exp $
# @package Mambo
# @copyright (C) 2000 - 2005 Miro International Pty Ltd
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Mambo is Free Software
##

#
# 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 /YourMamboDirectory

#
# Rules
#

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

order allow,deny
deny from 81.208.60.206
allow from all
Reply With Quote