Search 5,000,000+ questions and answers.

Frequently Asked Questions

Can I use .htaccess files?

VirtualNames - Hosting FAQ
Yes you can. .htaccess files can be used to protect your folders with a password. They can also be used to create a custom error 404 page. Password files need to be edited but since we do not provide telnet access to our servers you will need to use a ready-made CGI program to manage your password files. This one is good and it is free: You will need a plain ascii file called .htaccess in any folder that you wish to protect.
Related Questions

FAQ/Apache - cornerhost wiki
htaccess files are special files that allow you to customize apache on a per-directory basis. A good place to start learning about .htaccess is the official apache documentation:
Related Questions

Can I use .htaccess files to control server options?

The CCIS CGI Server
Create a file named .htaccess in the directory that contains the following line: Options +Indexes. For an example of this, see https://cgi.ccs.neu.edu/home/cgiadmin/examples/ and then examine the file /cgihome/cgiadmin/apache/examples/.htaccess.
Related Questions

Can I use htaccess files to password protect my site?

Userworld FAQ
Absolutely. In fact, there is even a password-protecting interface under the Tools menu in CodeRunner. This interface can password-protect any of your directories, even if you have a different set of authorized users for each one.
Related Questions

Can I use htaccess, htpasswd to password protect files?

New Hosting FAQ - Website Hosting Canada
Yes. .htaccess files can be placed in any directory of your hosting account to password protect them via the website. The control panel contains a graphical interface that can be used to create & manage usernames and passwords for htaccess files.
Related Questions

amaderHost.com
All hosting accounts include the same set of tools and features to build your website. You should choose the hosting account size based on the size of your website. If you are unsure its best to start with the 'Small' account as you can always upgrade at a later date.
Related Questions

How do I see invisible files, like .htaccess?

Yummy FTP™ & Frequently Asked Questions
In Unix (and therefore also on Mac OS X) files and folders that have names beginning with '.' are considered invisible. These are not shown by default, but you can temporarily display them by selecting Toggle Hidden Files from the Listing menu. This option temporarily switches the settings in the Preferences which govern invisible file display. In the Interface tab of the Preferences there are checkboxes to set whether you prefer invisible items to be shown or not.
Related Questions

What are the .htaccess and .htpasswd files?

NeedSecure Frequently Asked Questions
The files .htaccess and .htpasswd will produce a username and password prompt anytime someone tries to access the directory. The .htaccess file in any directory will protect all the directories within or under that directory. The .htpasswd file contains the usernames and encrypted passwords of those individuals whom you provide with access to your directory, and subdirectories.
Related Questions

Can I add my own configuration to .htaccess files?

Jumpline.com - VDS FAQ
Yes; in addition to .htaccess files you are welcome to create your own Apache and PHP configuration files to customize your VDS Web Hosting environment.
Related Questions

How do I edit and view .htaccess and .htpasswd files?

F2G.NET - Free web hosting, no forced ads
Once you have edited your files, upload them to your account. Depending upon your FTP client, you may or may not see these files in the directory listing. This is because they have a special (hidden) status. To view them you should change a setting in your FTP client, e.g. WS_FTP users should type "-a" in the small white text box on the right.
Related Questions

What is Htaccess?

Digital Pacific Web Hosting
htaccess file is simply a text file containing Apache directives. Those directives apply to the documents in the directory where the .htaccess file is located, and to all subdirectories under it as well. Other .htaccess files in subdirectories may change or nullify the effects of those in parent directories. As text files, you can use whatever text editor you like to create or make changes to .htaccess files.
Related Questions

Notnet Webhosting
This is a means of restricting access to a directory on your site by giving viewers a username and password to log on with.
Related Questions

FAQ - Liquenox Hosting
htaccess is a command system that allows you to customize the operation of your webpages. It can do everything from custom 404 messages to assigning access permissions to directories and files. A .htaccess file is a simple text file named .htaccess that includes a set of commands, and the file is placed in the directory where you want the commands to take effect. Note that the file begins with a '.' (dot), which makes it a hidden file under Unix, and some FTP clients will hide it from you.
Related Questions

FAQ
The .htaccess file can be placed in one or more of your /home/user/public_html subdirectories. Among other things, this file can be used to restrict access to other files and web pages. When a request for a web page is made, the web server first checks for an .htaccess file. The server begins this check by looking for .htaccess in the root of the current web directory, and on down the directory tree until it reaches the directory where the requested file resides. Since the placement of the .
Related Questions

F2G.NET - Free web hosting, no forced ads
htaccess is the name given to a system file used to give directives to an Apache web server. The most frequent use of this file is to set custom error pages or protect files and directories. To learn more about .htaccess and what can be done with it, you may refer to www.apache.org/docs/mod/directives.html
Related Questions

Welcome to TazaaHosting.com
Important Note: Do not edit the .htaccess file if you are using MS Frontpage! Frontpage uses the .htaccess file, and editing it may cause errors in your configuration. The .htaccess file can be placed in one or more of your subdirectories. Among other things, this file can be used to restrict access to other files and web pages. When a request for a web page is made, the web server first checks for an .htaccess file. The server begins this check by looking for .
Related Questions

Web site hosting reviews. FAQ.
htaccess file is custom configuration file of apache web server. It contains special instructions for the web server regarding how it should treat the files contained in the same directory as the .htaccess file and the subdirectories of that directory. It allows you to specify yourself some custom settings for apache web server without need to edit main configuration files.
Related Questions

htaccess (Sonic.net, Inc.)
The .htaccess file is a special file that Apache webservers use to configure how files will be treated in a particular directory. It is a text file that contains Apache configuration directives. A full listing of these can be found at the Apache website.
Related Questions

Web Servers for HP-UX - FAQs
It is authentication by user name and password. Hidden ".htaccess" files restrict access to files at this point and below in the file system. It is part of Apache's basic authentication mechanism.
Related Questions

Can I password protect directories or files, by using .htaccess files or anything like that?

Hosting FAQ - OPU Wiki
There is no support for this as of yet. We hope to add it sometime however. If you really want protection, you might be able to use a PHP script that does the same thing. Search the web for scripts like these.
Related Questions

Can I use htaccess for securing CGI scripts?

Secure Web Page Distribution with .htaccess
Yes. It works just like for normal URLs, except that if you are using a Redirect, you need to redirect to cgi.cse.unsw.edu.au instead of www.cse.unsw.edu.au. Any file references (e.g. for AuthUserFile will also need to be CGI-compatible. In other words, /home/username/public_html/ needs to be referenced as /web/username).
Related Questions

B.7. How do I send the correct MIME/HTTP headers using Apache .htaccess files?

Chinese XML FAQ 1.0
If you are using a recent version of the Apache server, then your Webmaster must give you "AllowOverride FileInfo" permission. Then you can put a file called .htaccess in any directory. (Note that in MIME terminology, "encoding" means "compression". In the XML encoding header, "encoding" means "coded character set") Here are some lines that may be useful-- Why do you want to send XML with the MIME type application/xml rather than text/xml? Because then the file will not be transcoded.
Related Questions

Why aren't the .htaccess and/or .htpasswd files not being created when I create an area?

Online Helpdesk :: F.A.Q.
This is a common problem. AdPass will not allow you to add a user or for a user to register until an area is set up. To set up areas, please consult your owner's manual. Also, make sure that required fields (set up from options menu) have all been filled out before submitting. If after submitting all required fields, the "Require Field(s) Missing" message still appears, check the HTML on the registration page itself and check for typographical errors. Remember that everything is CaSe SeNsItiVe!
Related Questions

Is there a list of groups in DoC that can be used in .htaccess files?

CSG Q&A on WWW
Users are added to groups on a fairly ad-hoc basis - the section head or supervisor mails us saying "add user so-and-so to group such-and-such" and we do it. There's only one database table to contain all the user/group mappings, so there's no logical structure to the information - there are no rules saying "users in this section go in this group", or whatever. All the current definitions are stored in /etc/passwd and /etc/group.
Related Questions

stEuro - FAQ
Problem: You cannot CHMOD files/folders with ownership "nobody", but some scripts and applications (like Joomla) create such. Upload of files or folders by http, i.e. using Joomla, creates files/folders with owner "nobody" and requires manual edit. you are on a shared system, any file/folder needs to have an ownership. If a file gets created with ownership "nobody" (only acceptable if you run a dedicated server with root access), then there is no user to whom the file belongs to, resp.
Related Questions

HOW DO I USE THE SHARED FILES AREA?

Kundalini Yoga Mailing List - Frequently Asked Questions (FA...
Go to Member Center, click on Kundaliniyoga, and then click on option for shared files. When you are there you can browse the files already posted, you can create your own directories and upload your own files to them, or you can delete files previously uploaded by yourself. If you have any problems with this, contact the List Owner.
Related Questions

that I can use to access the files section?

news.answers/waffle-faq
Harrison Page, one of the few people who knows Tom Dell personally and posts trivia updates to c.b.w , has written a replacement files section called 'unfiles'. mail at harrison@hedgehog.darkside.com checkdup - by Russell_Schulz@locutus.ofB.ORG Must be run in each newsgroup directory seperately -- good if you're only getting a few groups duplicated. limits of 4000 articles/group, and 80 chars in a Message-ID: header.
Related Questions

How can I use my .htaccess to provide a login mechinism for my website?

Frequently Asked Questions
Where section name is the name of the section you would like to protect. The full path to the .htpasswd should be "/projects/classes/ee480/term1term2projects/projectname/path/to/.htpasswd" The next step is to create a .htpasswd to store the usernames and passwords. This can be done just like the .htaccess file. Run touch .htpasswd in the location you would like the file to be. Then you will need to add usernames and passwords into this file. The format would be username:password.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact