Buy Anything On eBay | Secured Loans | Earth4Energy | Credit Report | Mortgage Calculator
linux red hat question [Archive] - PCMech Forums

PDA

View Full Version : linux red hat question


Byte 2.0
05-15-2000, 04:37 AM
Where I work we use a red hat linux box as a small server. We host a few web pages with it, just to pay the bills. But know I want to edit a few things but I don't have all the know how on linux. We use apache web server if that helps. What I want to do is edit the redirect page some that I can make it list the INFO i want it to display. I can build and edit web pages good enought for what I need, my problem is that I can't find the redirect page. Can someone tell me where it is, and what it's name is. Thanks, Byte.

Byte 2.0
05-19-2000, 12:51 AM
please, can am one help out on this?

rensab
05-23-2000, 06:32 AM
YOu need to do some reading on the apache documentation so that you will understand what you're doing. It might not be good to make changes on this machine since this is a live web host if you do not know what you're doing.

Byte 2.0
05-23-2000, 10:05 AM
I just want to edit the error page...I can do HTML very well. So if it is an HTML page I just want to edit it.....Not go digging around in other settings....

------------------
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>I have no more words of wisdom...<HR></BLOCKQUOTE> MY icq number is 1356209
Some people hate computers.
Computer Bash 2000 (http://www.campbellcounty.com/computerbash2k)
Or maybe they took my advise... :)

Charliey
05-26-2000, 05:41 PM
Ive heard that the html files are sometimes stored in the /home directory or the /appache directory. Just a guess, hope it helps.

------------------
-Charlie

shafe1
05-30-2000, 06:25 AM
I'm new to Linux, but under UNIX (a couple years back), we could find out where files were with either the type or file command (check and see if you can use these in Linux and which one tells you the full name (IOW the absolute path) of the file (if you know at least the name of the file you're looking for). In UNIX we used to edit our HTML files with VI. If nothing else, make a copy of the file and try to play with it using VI (It takes a little getting use to.. but it works great).