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 ??
Editing .htaccess
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Tester
- Posts: 233
- Joined: 16. May 2008 18:39
- phpBB.de User: Heinze 1906
- phpBB.com User: Heinrich-XIV
- Location: 52353 Düren
Re: Editing .htaccess
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.
MfG
Heinrich
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