Jul 9, 2008

Making a directory my index - Help....

Free Web Hosting, No Ads > General > Hosted Members Area

free web hosting

Making a directory my index - Help....

X3r0X
Hey, i have the directory phpnuke where i installed phpnuke 7.5 and i want to make that come up first (make it my index page). I am unsure how to do so.

Please help! This is quite urgent.

Reply

prodigy
To save annoying moving of files to your public_html just do a redirect the following tells you how:

Just goto cpanel>manage redirects>add a ridirect with the following properties, (if you don't have an index.html in your public_html directory create one, it doesn't matter if its blank):

http://yoursite.trap17.com/index.html --->>>>>>
http://yoursite.trap17.com/yournukedirectory/index.php

Set as a permanent redirect and add.

Hope this helps

Reply

Triple X
Or simply add "DirectoryIndex filename" w/o quotes in .htaccess, replace filename with the file you want as your index of course.

Reply

X3r0X
Thx dudes. It works fine now. When im finished ill give you all a sample of my website making greatness biggrin.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : making, directory, index

  1. Making My Own Browser
    Uhm...need a name (0)
  2. Recommended List Of Money Making Sites
    A list of 10 sites from which easy money can be made (0)
    I just want to let everyone know I have updated my list of money making websites and in my opinion
    the 10 listed are the most reliable and honest money making sites that are free to join available.
    Please review this blog and let me know what you think http://makeeasymoney247.blogspot.com ....
  3. Please Can You Review My Blog
    List of recommended sites for making money online (2)
    I am currently in the process of constructing a list of the best sites through which to make money
    online and would like people to take a look at the sites I have added so far. I am obviously still a
    long way of completing it but just wondering whether people think it is a good site / idea
    http://makeeasymoney247.blogspot.com Also if you have not yet signed up to ClixSense I would
    highly recommend it. You can join for free but you are better of paying the small $10 yearly
    membership fee as this will bring you a ton more paid adverts - more than any other site I ....
  4. Making Calculators with PHP
    Some basic calculator scripts I made. (4)
    Yes, I made some basic calculators to use for simple math problems, nothing big. I'm a newbie at
    php, so if I made something that could be short, long, I am sorry. lol Here is one for adding two
    numbers. CODE <html> <title>Adding 2 numbers </title> <body>
    <h3 align="center">Type in the two numbers you'd like to add
    together.</h3> <form action="add2.php" method="post"> <input
    type="text" name="number1" /><p>+</p> <input type="tex....
  5. I Think That They Should Start Making Boxers For Girls.
    Yes, mermaid started an underwear topic. (4)
    Okay, I'm just warning you now: This may be, by far, the dumbest topic you will ever read. So
    if you don't like reading the stupid random thoughts of an almost-fourteen-year-old, I suggest
    you navigate away from the page as soon as possible. /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> I had a random thought today (supprising right? Lol, I
    know) /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Guys
    alway talk about how comfy boxers are. And I'm not a dude, so I wouldn't kno....
  6. How To Make An Ultimate Game List.
    If you're making a site on video games or such. (0)
    Hello. I am BuBBaG. You can call me Bubba for short. I'm going to show you how to make an
    Ultimate Game List. First off, we need to make a database, we are going to call this database
    `my_db`, leave out the `'s. Inside that database we will need to create a table
    called `ugl'(Ultimate Game List, duh). To make the table, simply enter this in the Syntax.
    CODE CREATE TABLE ugl ( System char(50), Game char(50), ) In the
    above code, it is stating we are creating a table called ugl, with two columns, System, and Gam....
  7. How Long Does It Take For Google To Index Your Website?
    (4)
    Hey guys. I just sent my url to google and i was wondering if anyone had any experience with how
    long it takes to actually be entered into their system and crawled for content? Let me know,
    thanks.....
  8. Unable To Replace .png File In Directory
    Can't even delete it using Cpanel (7)
    I can't delete a little file using file manager in Cpanel. I'm trying to delete a .png
    image, actually, I'm trying to replace it. The response comes back as a success, but when I
    reload my site it's still there. Then I go back to the file manager and go up a level, then back
    and WOOP! There it is! I'm beyond frustrated here. What is going on?....
  9. Help Making A Web Adress Bar Using Html/js
    (9)
    Hey I need to make an adress bar basically you imput into the field press enter and your away but it
    cant use php or any code that needs to be installed, its all part of a workaround for my school
    interenet!....
  10. Reverse Funnel System Making Money On Auto Pilot.
    (2)
    Hi Guys This site provides a very best business opportunity making money from online and also
    it is a home based business.You can earn money in profit-manner.It also provides Reverse funnel
    system making money on auto pilot. Reverse funnel marketing,perpetual leverage payplan,global
    resorts network,gold crown resorts,reverse funnel system,ultimate home business,fullyautomated,think
    and grow rich,home biz,passive income,no phone calling,ultimate solution to home and so on. Cheer"s
    Reverse funnel system making money on auto pilot ....
  11. Where Am I Making Mistake
    (9)
    hello i have just started to learn java by myself and i am stuck here with this example i want to
    show a file in console please tell me where am i making mistake. i am getting erroe variable fin
    maight not be initialised here is the code CODE /** Display a text file To use this
    program,specify the name of file that you want to see */ import java.io.*; class showfile {
        public static void main(String args[])throws IOException     {         int i;
            FileInputStream fin;         try             {             BufferedReader br=new....
  12. How To Display Images Of A Directory
    (4)
    I am trying to do a simple thing. I want to display all the images of a directory on a single page
    with the checkbox next to each image, so that i can select multi images and i can delete selected
    images. Following few lines of code display the images of a directory.. i need help to put the
    check boxes with each image. and I dont understand how can i select multi images with check box and
    then delete them. I hope someone can help. thanks. CODE <?php $path = "./";
    $dir_handle = @opendir($path) or die("Unable to open folde....
  13. Making Money From Home
    (12)
    .................................
  14. Starting New Business With Others
    I need help in making my decision (11)
    Like everyone in here does, I design websites. There was this man whom I met and who wanted a
    website designed for his Non Governmental Organization and another website designed for a Tourism
    company he wanna start off with some other people. After looking at the mightiness of the job, I
    told him that he would be paying the sum of N550,000 ($4,230 approx). He said that he doesnt
    have that kinda money at the moment, but he also made me a proposal which is: Design the website
    and get paid.... or Design the website and dont get paid but you will get a share in the tou....
  15. Religion And Science
    Is Science Making God A Thing Of The Past? (5)
    Although science continues to advance to explain otherwise religiously explained ideas, I believe
    that religion will always exist in our world. What do you think? Here's MY thoughts. I'd
    love to hear yours /happy.gif" style="vertical-align:middle" emoid="^_^" border="0" alt="happy.gif"
    /> Science has given explanations that, before, were only offered up in texts such as the Bible
    were the only explanations. For example, the issue of how life came to be. Before, cultures from
    around the world would attribute this phenomenon of life to some fable or myth rev....
  16. Runescape 2 Private Server Guide: Part 1
    making a private server (15)
    According to RuneScape TOS, as long as your private server does not connect/interfere with the
    actual server this 3rd party software is not breaking the real RuneScape TOS. Please use this
    information accordingly. If any RuneScape representative feels that this post is against your TOS,
    please contact Trap17 admins via PM or email. Thank you. This is part 1, focused on making a
    private server and such, if you would like, i will post more on customization in other parts.
    Overview: This guide will explain the basics for building your very own rs private server&....
  17. What Are The Steps To Making A Website?
    (15)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ....
  18. Making Mods
    (4)
    Just wanted to see if we have a modders in this place. If you are modder, hwo did you get yourself
    into and what mods of games have you made?....
  19. Make 100% Free Money Online $4000+
    free money making system (18)
    /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> Hello I am
    posting this site here as I am making money with it every month..It is a step-by-step money making
    system..Best thing is it is 100% free..First I thought that it might be a scam but now as I am
    making 4000$ per moth so now I have to believe it.. I will advise you that
    please give it a try before making any decision..You will also make money..no experience is needed
    and its free..so you have nothing to lose.. you will surely love it.. ....
  20. How To: Make A Simple Php Site
    Making one file show up on all pages using php (21)
    I have looked all over the site and could not find anything that was like this simple, or just like
    this at all.. For some people i know that you are using a basic HTML site...and having a big menu
    if you want to add somthing you have to go into every one of the pages and add or remove or edit
    what you want to do, but with somthing verry simple all you would have to do is edit one file, and
    all of the pages that have the PHP script on them would suddenly change to what that one file is.
    So to start off if you are planning on using this little tirck, the page that you a....
  21. Tips For Making New Friends
    What do you do when you have no friends (15)
    maybe im to young or omsehinthing, but everyone else in my school hangs around with their friends.
    Im always the one left out:( like when my p.e. teacher tells us to partner up, i can't get any
    partners and im always the one that has to join a group of 3's and have to take turns or osme
    crap like that. Im the one the no one likes, some of the kids at my school have a girlfriend but I
    can't even get ANY friends!This is really making me angry because I want a friend and I hate
    the fact that no one likes me and wants to kill me. I even have some kids that ar....
  22. Making A DSL Connection Auto-Connect On StartUp
    how would you do this? (6)
    Ok a have a question.. I searched google but i didn't find a lot of stuff. So here is my
    problem: I have DSL connection on my cousin's computer and i want the computer to auto connect
    on windows startup...I have copied the shortcut of my connection to startup folder but it doesent
    want to connect /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> anyone
    knows some other tricks for this? /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> ....
  23. .::gunz Online Clan::.
    making a gunz clan lvl 10+ (15)
    hey im making a gunz online clan you have to be over lvl 10 to get in fill in this form gunz
    name: country: plays a week: time(in GBA) play: level:....
  24. Making Winrar Archives
    and adding password to winrar archives (12)
    **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
    **** What You Will Need Before continuing you will need a couple of thing, first of all you
    need WINRAR , which is a very powerful archive manager. It can reduce size for you email
    attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
    winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
    this is what I used to make this tutorial. I think it works with any other windows not....
  25. Tutorial: Installing D-shoutbox For Ipb V1.2
    Making your installation even easier (12)
    Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
    developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
    them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
    unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
    stack up to Dean's features, I was determined to make it work. For some, editing your files (to
    the newbie that is) can be difficult, with everything looking like a foreign language (basi....
  26. Give Me Website Ideas..
    Website Ideas : Something original. Ideas for making a site (29)
    Website Ideas I'm deciding to take down my site, it's getting kind of old and
    boring, but I don't want to just stop with having a site. I need some ideas for something that
    provides a service of some sort to people. There are millions of blogs, I really don't want to
    post about my life on a daily basis anyway. All ideas will be welcomed, I can't seem to think
    of anything at all, so Im asking you. What could my new website be about?....
  27. Inbox Dollars
    Best Money making Site-I Got Paid (28)
    Inbox Dollars is a great site that i found when i was browsing around the net. This Site Offers you
    3 different reward chioces and they are: - 10000 Banner Imprressions- $10 - Gold Membership
    -$17 - Check- $30 I have already gotten the 10000 banner impressoins from them. The ways
    you can earn money are: -$5 when you join the site... -$0.01-0.10 for every paid email
    -$4 for every survey site you join -Up to $50 for for every offer -Unlimited cash for
    games -Umlimited cash for shoppings The offers are very easy to fill out and you ge....
  28. The Sims 2 Bodyshop
    Making clothes for your sims... (32)
    Hiiiiii Any one playing The Sims 2 must have heard from Bodyshop, or is even very handy with it
    and makes his own clothes to use in the game...!! Well Those people I'd like to ask
    about some tip or tricks, because, I tried making clothes, and were pretty on the good way so far,
    but I just kinda have the feeling I dont know all the tricks yet!! Anybody who is familiar
    with this program can leave some tips/tricks, also for others who want to create great clothes for
    their sims???? Thanksss so very much, I have this outfit in my head, but have no ide....
  29. Im Making A Mmorpg >>
    Have a read... (11)
    can you give your ideas for my new game. if you want to help me even more then send me a private
    message Thanks Tyjotr __________________________________________________ HybridHero - the new 3d
    MMORPG (coming soon)....
  30. Getting List Of Directories And Files Using Php
    PHP Function for Directory and File List (6)
    is there a php function that lists the content of some folder.... example: /New folder new.txt
    left.gif download.zip dc.exe ....so is there..? /rolleyes.gif' border='0'
    style='vertical-align:middle' alt='rolleyes.gif' /> ....

    1. Looking for making, directory, index

Searching Video's for making, directory, index
Similar
Making My
Own Browser
- Uhm...need
a name
Recommended
List Of
Money Making
Sites - A
list of 10
sites from
which easy
money can be
made
Please Can
You Review
My Blog -
List of
recommended
sites for
making money
online
Making
Calculators
with PHP -
Some basic
calculator
scripts I
made.
I Think That
They Should
Start Making
Boxers For
Girls. -
Yes, mermaid
started an
underwear
topic.
How To Make
An Ultimate
Game List. -
If
you're
making a
site on
video games
or such.
How Long
Does It Take
For Google
To Index
Your
Website?
Unable To
Replace .png
File In
Directory -
Can't
even delete
it using
Cpanel
Help Making
A Web Adress
Bar Using
Html/js
Reverse
Funnel
System
Making Money
On Auto
Pilot.
Where Am I
Making
Mistake
How To
Display
Images Of A
Directory
Making Money
From Home
Starting New
Business
With Others
- I need
help in
making my
decision
Religion And
Science - Is
Science
Making God A
Thing Of The
Past?
Runescape 2
Private
Server
Guide: Part
1 - making a
private
server
What Are The
Steps To
Making A
Website?
Making Mods
Make 100%
Free Money
Online
$4000+
- free money
making
system
How To: Make
A Simple Php
Site -
Making one
file show up
on all pages
using php
Tips For
Making New
Friends -
What do you
do when you
have no
friends
Making A DSL
Connection
Auto-Connect
On StartUp -
how would
you do this?
.::gunz
Online
Clan::. -
making a
gunz clan
lvl 10+
Making
Winrar
Archives -
and adding
password to
winrar
archives
Tutorial:
Installing
D-shoutbox
For Ipb V1.2
- Making
your
installation
even easier
Give Me
Website
Ideas.. -
Website
Ideas :
Something
original.
Ideas for
making a
site
Inbox
Dollars -
Best Money
making
Site-I Got
Paid
The Sims 2
Bodyshop -
Making
clothes for
your sims...
Im Making A
Mmorpg
>> -
Have a
read...
Getting List
Of
Directories
And Files
Using Php -
PHP Function
for
Directory
and File
List
advertisement



Making a directory my index - Help....



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE