Darren0330
Jul 7 2005, 03:22 AM
| | I am trying to upload my first web page. From cpanel I uploaded the index file of my page (overwriting the existing file) and I still get the trap17 page on my domain. Do I need to upload every html file for the page, I made one using frontpage. Does it need to be moved to the public directory in my file manager?  |
Reply
snlildude87
Jul 7 2005, 03:44 AM
You have to upload all files inside the public_html folder. Click on the folder ICON of public_html in File Manager, and upload your index file (overwriting the original) there. Remember: all files go inside public_html. Your site starts at public_html. Got it?
Reply
Darren0330
Jul 7 2005, 04:17 AM
Awsome!!! thanks, I wasnt clicking on the folder, I was clicking on the public dir link (to rename,copy or move), problem fixed, thanks!
Reply
BuffaloHELP
Jul 7 2005, 04:31 AM
Topic answered, thread closed. Thank you.
Reply
Recent Queries:--
edit my cpanel webpage - 110.80 hr back. (1)
-
put webpages cpanel how to - 315.04 hr back. (1)
-
ws_ftp pro login attempt failed - 433.53 hr back. (1)
-
cpanel webpages uplaod - 555.09 hr back. (2)
-
how do i see my page in cpanel - 665.69 hr back. (1)
Similar Topics
Keywords : uploading, web, page, cpanel, page, show
- Forums Won't Show Up
(5)
Cpanel Down
i can't open my cPanel or connect to FTP (5) I just got my whole web hosting thing set up, but the trouble is, all of the suddent, whenever i
push the cPanel link it tries to connect for a while and then i fails, the same with FTP connection.
Everything was ok just a while ago...is it a temporary thing?....
I Can't Find The Password Reset Page... [resolved]
(5) I can't find the password reset page (I know it costs credits to request) Can anyone give me
the link please to that page, it has other options too if i remember. Thanks....
Cant Log Into Cpanel [resolved]
Page cant be displayed (11) Help I can not log into cpanel. I just upgraded to IE-7 and now I can not get into my Cpanel. what
the page is telling me is this. QUOTE Internet Explorer cannot display the webpage Most
likely causes: You are not connected to the Internet. The website is encountering problems. There
might be a typing error in the address. What you can try: Diagnose Connection Problems
More information This problem can be caused by a variety of issues, including: Internet
connectivity has been lost. The website is temporarily unavailable. The D....
Attachment Problem In Pmwiki
The photos uploaded in PmWiki do not show themselves in the pages (0) Hi, I recently added PmWiki to my website. It is a great software, both light-weight and useful
with a lot of extensions. But a thorn is still in my side which is the attachments problem. When I
upload photos in a page the attachment just shows up like a text link which points to the uploaded
image without any image display. So I got stuck where I decided to make some profile pages for my
club members. Anybody here knows what to do? I have a little experience with PmWiki but I suggest
it to you if you do not want to be over killed by a system like what Wikipedia use....
My Ro Page
(4) I designed my own website and code it xD this website is for my server JevilRO www.jevilro.com....
Plot Page Help Invisionfree
(0) I've made a few boards with invisionfree before, but I have no idea of what a plot page is or
how to make one. can someone help me out?....
Fileop Failure On A Folder
On cPanel (6) CODE FileOp Failure on: /home/skyed211/public_html/forums/style_images/ip.boardpr:
Operation not permitted I seen to get this error when CHModding the above folder. My boards
images will not work, I've tried help from IPS, and one of the IPS Resources staff, and no help.
They don't know what's wrong. This happens (the error) on Trap17's side and on cPanel,
plus on FTP programs. What is wrong with this? It's obviously Traps side that's causing it.
I have a correct IPB 2.3.5.rar, all files are correct nothing wrong with them. I'....
Page Load Error When Trying To Get Into Control Panel
I just changed domain (2) I had put a domain name that I didn't have when I registered my website. I got the 15 credits
and changed it to a subdomain. Now I can't log into my control panel. At first it was telling me
I had the wrong password which I'm sure I don't. Now I just get a timed out error. Also my
confirmation email for changing my domain was kinda blank. QUOTE Hi, This mail is to notify
you that your domain has been changed to : Regards, trap17.com So yeah... any help? EDIT:
Also I don't see my request to change domain the proper forum I had attempte....
Unable To Change Cpanel Password
Too simplistic/systematic (5) ... and my password looks like "lnnnnnnnnnssnnnln" (l = letter, n = number, s = symbol like
!@#$%?&*()) !?....
Logging Into Cpanel [resolved]
help needed (13) I was just approved and setup an account under the link. But when I attempt to log into cPanel, I
cannot use my forum username/pw. Was it something I missed? ....
Php Linking
Ned help to do this through a internal portal page. (2) OK I'm trying to create an internal php page to link to my main sites index.html page.
Here's the code that's automatically generated when I click on the Create Php page link.
CODE <?php /* Write code inserting output inside variable $content as in following
example. You have DB connection, all global vars and all MKPortal and Forum functions at your
availability */ $nome = $mkportals->member['name'];
$content="Hi $nome"; So, how would I change this so it links to my sites
index.html page? PS I....
Web Page Designing
(5) as a beginner how we can start to learn web page designing....
How To Implement A Date Picker On A Web Page
(0) Some pages may need users to input date values. It would be nice if the users just need to click and
pick and done. This way we may also eliminate the possible input errors. Below is the code I used to
implement this. You may want to save it as datepicker.js for other web pages to use. I also attached
3 files for you to download. All you need to do is unzip the 3 files to a directory under any web
server and start trying it. If you are using jsp, you can refer to the submited field by adding
something like request.getParameter("date1") to your page. If you're using....
Redirecting Visitors To Different Page
Explains two methods. (8) Well, almost all of you would have experienced redirecting pages while you were downloading
something on the net. Redirecting users to new pages is a fact of life when programming dynamic
websites. The primary reason is that you often need to redirect a user after making session state
changes. For example, when you add an item to a shopping cart, you want the user to go to a page
such as the current shopping cart, and you don't want to add another one of the same item to the
cart again if you reload that shopping cart page. The same case if you developed guestbook w....
PHP Function To Add Previous and Next Page Feature
useful php function (5) CODE <?php function navigationbar($start_number = 0, $items_per_page = 50,
$count) { // Creates a navigation bar $current_page =
$_SERVER["PHP_SELF"]; if (($start_number < 0) ||
(! is_numeric($start_number))) { $start_number = 0; }
$navbar = ""; $prev_navbar = ""; $next_navbar =
""; if ($count > $items_per_page) { $nav_count = 0;
$pag....
Can't Access My Site An Cpanel
already did some sugested things (6) I still can't get to my website and cpanel, Tings I did: requested xisto to unblock my ip
cleaned my cache/cookies Did this with both IE and FF When I am @ my dads house he can acces my
website. So I guess it is still an ip problem. I did read some posts but couldn't find a
solution. Thx in advance,....
Official: Can't Access My Cpanel - Supports From Admins
(71) Scroll down to Post #8 for Admin Support Ok I've read stuff here and there in the support
forum and shoutbox about the recent trap17 server problem. I'm extremely confused. Some people
say that their websites are working fine. Some people are experiencing different issues from mine,
had their website reset or something. I can access my website on the gamma server, so I assume that
if I unpark and park my domain again, I can get it to work like the last time. I accessed my cpanel
at bishoujo.trap17.com/cpanel because the 'Access CPanel' link on the fo....
How To Make An Item Scroll With You On The Page.
(10) ok im not sure where or how to really ask this... but you can find an example at
http://www.demonoid.com the ad that is on the right side scrolls with you basically to the bottom
of the page. I know they use an iframe but can you show me how that works or what makes it do that?
i tried to copy the source and css but it did not work.. any advice?....
Show Google Your Creativity
They are appealling for help (4) Google is very creative with software but it seems the giant is running out of creative artistic
talent. No wonder why there is nothing beautiful that ever came out of google. I stumble upon this
blog and felt like sharing it with those guys who think they are very creative QUOTE Google
recently changed their “favicon” — that small icon that usually appears to the left of the address
bar in your browser. Most popular websites have them, and can actually be an important part of a
company’s brand. In Google’s case, they are really looking for a symbol that means “Goo....
Enable/disable Task Manager
these methods show you how to disable taskmanager and enable it (1) hi i thought i would share with you how to enable/disable your very own taskmanager. go to Start
run type regedit then press enter and navagate to
HKEY_CURRENT_USER/Software\Microsoft\Windows\CurrentVersion\Policies\System
DisableTaskMgr right click modify 1 = Enable 0 = Disable and if the DisableTaskMgr isnt there
then just right click in the regedit window and click New - Dword Value and type DisableTaskMgr
then set its value to 0 or 1 what ever oe you want to choose lol also there is another solution if
you dont want to mess aroun....
How To Disable "show Hidden Files And Folders" In Folder Option
(12) How to disable "Show hidden files and folders" in Folder Option As you know, you can hide files
or folders in Microsoft Windows ( to hide a file or folder , right click on file or folder >select
properties and then select Hide file) But if you open Folder Option and check "Show hidden files
and folders " you can see hidden files. to disable "Show hidden files and folders" feature follow
below steps : 1- Click start > Run > type regedit to run Windows Registry Editor. 2- Go to following
address: QUOTE HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Current Versio....
Should Students In School Show Pda's
Public displays of affection (53) Should students in school show PDA's(Public Dispays of Affection)other than holding hands and a
quick hug and kiss in the halls of the school? I wonder to here you ideas about this here.....
Help In Ipb 2.1.6 Portal Page
plaese help me (1) hi any 1 know how can a add my topics in ipb poratl page in my server i uploaded ipb 2.1.6 plaese
tell me. like this site.....
Google To Take On Geocities
Google Page Creator (53) Well I just found out about a new webhosting service offered by Goolge, the highly imaginatively
titled Google Page Creator, its your basic (ie not very good) free webhosting services, with the
massive advantage of its name being preceded by the all powerful Google. I havent extensively used
the service but I will atempt a brief overview of the service. The basic service consists of the
usual what you see is what you get (WYSIWYG), which is allows novice users to create pages with no
knowlegde of HTML (I'm sure you all know ho wthey work). It comes in the usual temp....
Problem With Page Redirect
Help me out with this problem... (8) hey ppl, i just wanted a little help...i designed this website, but i want that if i click on
certain link, it should open new page for few seconds and then browser should automatically redirect
me to some other page....i tried this with header() function but i couldnt do the wait n redirect
part, ... so somebody plz help.... -thanx in advance! Thanks Avalon, topic changed. ....
Button To Print Current Web Page
(14) Hi, Does anyone know how to create a button that will printo out the current page. What I want to
do is have the user fill out a form (containing name, address, zip, etc). They will then click on a
"print" button and it will print out the form data. Any ideas? Thanks.....
Php Unique Hit Counter
Count page hits with php. (29) Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
First you need to open up a new page in your text editor and paste in this code. CODE <?php
$filename = "hits.txt"; $file = file($filename); $file =
array_unique($file); $hits = count($file); echo $hits; $fd
= fopen ($filename , "r"); $fstring = fread ($fd , filesize
($filename)); fclose($fd); $fd = fopen ($f....
Read This At Any Cost Before Posting Here
THE CPANEL DOCUMENTATION (8) Most of you might have problems regarding web Hosting. We give literally ALL THE CONTROLS to our
Clients. Unlike OTHER HOSTS , WE do NOT Block Critical Features and let our members explore through
them. ALL the ERRORS you might get can be corrected or is a result of misconfiguration at the
Cpanel. We have the same amount of control as you have. We give you everything. So if you DO NOT
understand how to go with Cpanel, READ THE FOLLOWING DOCUMENTATION CAREFULLY! Edit: Changed
the cPanel documentation link.....
Cron Jobs - Cron Jobs In Cpanel
Cron Jobs : Cron Jobs using PHP (32) How to setup Basic Cron Jobs. Ok. Many people are yelling that they cannot configure the
crons properly. Here is a short tutorial which will help you set them. I have tried my best to
explain the concept but there can be more advanced configurations. Basically you will want to run a
PHP script file in specific intervals. Suppose you want to execute a php file called maintanence.php
every one hour. This is what you do :- The CRON Command is in the Following Format CODE
[ Minute - Hour - Day - Month - Weekday ] - Command The COMMAND, can be bro....
Looking for uploading, web, page, cpanel, page, show
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for uploading, web, page, cpanel, page, show
*MORE FROM TRAP17.COM*
|
advertisement
|
|