Log in

View Full Version : Help With Page



toco004
04-03-2004, 07:19 PM
how can i remove this page http://miguelavila.com/rcfun/

toco004
04-03-2004, 07:52 PM
never mind

Edit: still shows

SeK612
04-03-2004, 08:02 PM
Possibly with .htaccess. As a quick fix just add an index file (either stating an error or redirecting to your main page).

NightStalker
04-03-2004, 08:05 PM
Add an index file, or play with the permissions. (CHMOD)

[B][O][T]
04-03-2004, 08:11 PM
Originally posted by NightStalker@3 April 2004 - 21:05
Add an index file, or play with the permissions. (CHMOD)
Correct

BOT

toco004
04-03-2004, 08:33 PM
ok thanks guys :)

h1
04-03-2004, 11:16 PM
.htaccess
<Files rcfun>
order allow, deny
deny from all
</Files

toco004
04-04-2004, 09:31 AM
were do i put that ?

NightStalker
04-04-2004, 03:42 PM
You will need to copy and paste it into a text editor, save it as ".htaccess, and via FTP upload it the desired directory.

Some hosts (free, etc) don't allow the use of .htaccess files

toco004
04-04-2004, 10:38 PM
ok thanks everybody i get now :)
im hosting it on my own server.

h1
04-05-2004, 05:18 AM
No prob. :)

It is worth noting however that .htaccess will work only on an Apache server.