how can i remove this page http://miguelavila.com/rcfun/
Printable View
how can i remove this page http://miguelavila.com/rcfun/
never mind
Edit: still shows
Possibly with .htaccess. As a quick fix just add an index file (either stating an error or redirecting to your main page).
Add an index file, or play with the permissions. (CHMOD)
CorrectQuote:
Originally posted by NightStalker@3 April 2004 - 21:05
Add an index file, or play with the permissions. (CHMOD)
BOT
ok thanks guys :)
.htaccessCode:<Files rcfun>
order allow, deny
deny from all
</Files
were do i put that ?
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
ok thanks everybody i get now :)
im hosting it on my own server.