.htaccess

free web hosting
Free Web Hosting > Computers & Tech > Programming > Programming General > Design Practises, Patterns & Ideas

.htaccess

justme
hi
i have a free webhost included cpanel
but it's cpanel is not full and i can not protect my dir through it.
then i think i should use .htaccess .
now i dont how i must creat .htaccess files or hoy to using it sad.gif sad.gif
can any one help me pl

Reply

souradipm
here, this'll help on your knowledge -
http://www.freewebmasterhelp.com/tutorials/htaccess

Full almost tutorial on htaccess.

Hope it helps
souradipm

Reply

justme
QUOTE(souradipm @ Aug 14 2006, 07:45 PM) *

here, this'll help on your knowledge -
http://www.freewebmasterhelp.com/tutorials/htaccess

Full almost tutorial on htaccess.

Hope it helps
souradipm


thank you
but whene i input user and password in box it dosn't accept my password sad.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:

Recent Queries:-
  1. free webhost php htaccess - 262.40 hr back. (1)
Similar Topics

Keywords : , htaccess

  1. Last Rule In .htaccess
    How is it used? (0)
  2. Htaccess/gd Problems.
    (0)
    On this shell, that has shared apache, php and gd, I have this file working.
    http://users.phoenix-network.org/~tobylane/gd.php But, with the normal htaccess of CODE
    RewriteEngine on RewriteRule ^sig.png$ gd.php
    http://users.phoenix-network.org/~tobylane/sig.png Doesn't work. Also, another gd picture
    doesn't display the text. CODE <?php
    header("(anti-spam-(anti-spam-(anti-spam-content-type:)))
    image/png"); $im = imagecreatefrompng("button.png"); $bg =
    imagecolorallo....
  3. HTAccessible: Modify Your .htaccess Visually
    (1)
    Recently, I wrote a review for a freeware utility with a nice GUI that allows you to create/edit
    .htaccess files visually. The software is targetted for beginners as well as intermediate users.
    QUOTE(Chaos Laboratory) For the beginners who want to reap the benefits of the .htaccess file
    but are daunted by it's cryptic syntax - here's a cool tool for you to modify the file
    visually. TLHouse Software brings you HTAccessible - a freeware with a nice and easy GUI
    that allows you to create custom .htaccess files based on criteria you specify usi....
  4. .htaccess Redirecting Woes
    (5)
    I am having a hard time figuring this one out! I am a noobie webmasta! What I want to do is
    this: have http://www.example.com redirect to http://ex.com/325264222 Which I was able to do
    by putting "Redirect 301 / http://ex.com/325264222 " into an htaccess file in the root directory.
    BUT now what I want to do is have it so that I can bypass it by using http://www.example.com/blog/
    and NOT have it redirect me (which it still does) but have it still redirect if I go to
    http://www.example.com Can someone please tell me what I need to do here? Thanks&#....
  5. Url Redirection/rewrite Using Htaccess
    (5)
    Hi friends, I need one more help! My old forum url was: www.fun.niranvv.com now its
    changed to www.fun.niranvv.com I need to redirect all users coming to the old site to the
    new site! That is working fine by using redirection at cPanel! But I ned to redierct the
    full url paths! I mean, I need to redirect visitors coming to the page: www. forum
    .niranvv.com/viewforum.php?f= RequestedPageNum to www. fun .niranvv.com/viewforum.php?f=
    RequestedPageNum and also coming to topics: www. forum .niranvv.com/viewtopic.ph....
  6. .htaccess Files Usage
    tips and examples (3)
    In this tutorial you will find a simple way to use .htaccess files on your webspace, .htaccess is an
    ascii file, so you will need to upload it in ascii mode and make sure that the file permissions is
    644 and it could be read by the server, make sure it has no extension, like some editors just saves
    it as htaccess.txt or .php so please remove it, the dot in front does not show an extension, it is a
    hidden file. be careful using the .htaccess some servers does not let to use them, because of the
    performance, place the file into your domain root or subdomain root director....
  7. Need .htaccess Filesmatch Help
    sethandler properties and use (5)
    How would I get www.doman.com/images/banner47362514.png to forward to
    www.domain.com/images/banner.png?action=47362514 I recently found that you can set a php file to
    appear to be an image file or some other type of file. Just place the following .htaccess code into
    the directory of the disguised script. In this case, we are disguising a PHP file as a png image
    file: QUOTE(http://www.phpmix.com/index.php?page=213&t=328) CODE <FilesMatch
    "^.*\.png">   SetHandler application/x-httpd-php </FilesMatch>
    The code above is us....
  8. Help With Cgi And .htaccess
    about password protection (0)
    i have a background in CGI programming or scripting becuase some say its scripting. I also have
    knowledge in using the .htaccess and .htpasswd to protect directory or file in the website. Now,
    here is where i need your help, if I will make a form in a html page that accept user password
    instead of relying on the browser to provide it for me everytime the user access the protected
    directory, how does I make it work using CGI Perl? I'm more particular on CGI Perl becuase I
    dont have any knowledge in PHP or ASP. Thats it!....
  9. Password Reminder And Password Change .htaccess
    I need a script to change password (4)
    Hi, I use .htaccess to protect the members area of my site. I use a script called register.pl
    (search hotscripts and you'll see it) This script takes the username and password provided by
    the user and then enters the username and the encrypted password into the password file. What I
    want to do is, along with the username and password being taken, I want to also take the email
    address and when the user forgets his/her password all he has to do is type in the email, and the
    password will be sent. Thanks in advance, /smile.gif' border='0' style='vertical-align:mid....
  10. I Need Help With .htaccess To Create A Login Form
    I need help with .htaccess to create a l (0)
    I want to create a simple html form which submits the information to a processor which in turn
    checks the login and either lets them access the members area or takes them to the login failed
    page. I tried a script which take the username and password and then puts it in the format
    http://username:password@mydomain.com/protected/ bu the problem with that script is that if the
    password is wrong then the login box pops up and this doesnt close even after hitting the cancel
    button about 4-5 times. Is there any better way to secure a members area (an entire folder) withou....
  11. .htaccess, Problems
    (1)
    I know it's possible, but I'm having problems. I'm on a free host, using a subdomain. I
    want to add another subdomain. Example: Currently only http://neutrai.freeserverhost.com I want
    it to be: http://b.neutrai.freeserverhost.com It's possible. The folder is called: browser
    In my FTP program (SmartFTP, the best free FTP), it shows this: what do I put in my htaccess file?
    oh yah: if I trust you, i can give you FTP access if I need to... ....
  12. Custom Error Pages With .htaccess
    (11)
    So, who wants a site where instead of getting a default "Error 404" page in that ghastly font
    (Times) when you type the wrong address, you get a beautiful "Error 404" page that fits with your
    site's layout, colour and font scheme? Well, if you do, I'm going to show you how to do it
    with .htaccess. --- The most commonly occuring error pages are: 400 Bad Request 401
    Authorization Required 403 Forbidden 404 Page Not Found 500 Internal Server Error 503 Service
    Unavailable Open up a new file in your favourite text editor. Enter this: CODE ErrorDocument....

    1. Looking for , htaccess

Searching Video's for , htaccess
advertisement




.htaccess



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free 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