Page 1 of 1

Editing .htaccess

Posted: 23. August 2008 15:50
by lunapark
Your phpBB Version: 2.0.
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hi..

I'm trying to install the portal_mod from this site RC2.
But the first file I'm being told to edit is ".htaccess"
but I cant find that file on my server...
Can anyone help ??

Re: Editing .htaccess

Posted: 23. August 2008 17:30
by Heinrich-XIV
Hello

The .htaccess is a hidden file, so you must set up your FTP Client to show hidden Files.

Alternativ, you can create a new file with the name .htaccess and load it up to your root folder

Or last, take this an name it .htaccess.

Code: Select all

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

DirectoryIndex portal.php index.php index.html index.htm

MfG

Heinrich