Thanks to antville.org
Tuesday, 5. November 2002
access control with .htaccess

Here is the simple code you should save in your .htaccess file to protect the current directory. The encrypted login names and passwords should be saved in users directory under public_html directory. (You can change the path if you have saved it somewhere else above the current directory)
You can not however save this users file in the current directory as it's not accessible unless you provide the correct password. The server can't check if the password is correct or not if the passwords are saved in the current directory that is again, protected!!

AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /home/oksoft/public_html/users
require valid-user

The users file look something like this..
shantanuo:QckxMPdP51n66
(login:encrypted password)

Pass all files to PHP Processor
Another use of .htaccess file is to force all the files to be treated as PHP files. So that even if the file extension is .htm and you have the PHP code inside it, your server will still see it and process it.
The only line to be added in your .htaccess to process all the files under current directory to be treated as PHP..
ForceType application/x-httpd-php3

Following code will process the file soccer (without any extension) as PHP file..

ForceType application/x-httpd-php

Other access parameters:
To change the default page from index.html to whatever.html:
DirectoryIndex whatever.html

To make a directory not list certain files:
IndexIgnore *.gif *.jpg

To disallow Directory browsing all together:
Options -indexes

To show files in a slightly more beautiful fashion:
Options +Indexes
IndexOptions FancyIndexing

To redirect an old folder to a new one:
Redirect /oldfolder http://www.yoursite.com/newfolder/
To redirect an old file to a new file
Redirect /oldfile.ext http://www.yoursite.com/newfile.ext

To show your custom error pages, rather than the boring ones:
ErrorDocument Code /errorpage.html
e.g. ErrorDocument 500 /errors/500.html
Make sure to replace Code above with the appropriate error code.

301 (Moved Permanently)
304 (Not Modified)
403 (Forbidden)
404 (Not Found)
500 (Internal Server Error).

Upload the .htaccess to the htdocs folder.

... Link (0 comments) ... Comment


Online for 7936 days
Last modified: 4/24/24, 9:33 AM
Status
Youre not logged in ... Login
Menu
... Home
... Tags

Search
Calendar
November 2002
SunMonTueWedThuFriSat
12
3456789
10111213141516
17181920212223
24252627282930
OctoberDecember
Recent updates
discretize continuous features You can
"discretize" or "bin" continuous features into categorical features. from sklearn.preprocessing...
by shantanuo (4/24/24, 9:33 AM)
User Defined Property You
can create User Defined Property in libreoffice writer. File – Properties...
by shantanuo (1/9/23, 8:52 AM)
Arranging Chapters in the Navigator
To use a custom paragraph style for a heading, choose...
by shantanuo (1/4/23, 8:26 AM)
Use focus mode using Android
phones Settings > Digital Wellbeing and parental controls. Tap your...
by shantanuo (1/1/23, 3:59 AM)
Embed Fonts in document If
you use a font that the recipient is unlike to...
by shantanuo (12/18/22, 10:07 AM)
Using Navigator in Writer To
open the Navigator, select View > Navigator, or press the...
by shantanuo (12/18/22, 10:06 AM)
More about hyphenation The settings
for Tools > Options > Language Settings > Writing Aids...
by shantanuo (12/18/22, 10:04 AM)
link or unlink template If
you are using Libre office then template changer extension is...
by shantanuo (12/16/22, 5:27 AM)
Finding Styles you can select
Edit > Find and Replace > Other Options > Paragraph...
by shantanuo (12/14/22, 7:17 AM)
regex in clac In LibreOffice
Calc, you can use function REGEX for e.g. Begins with...
by shantanuo (12/14/22, 4:40 AM)
Libre Calc tips Turn Off
Grid Lines If you want to turn off grid lines...
by shantanuo (12/13/22, 8:14 AM)
More about Styles You can
goto View - Styles and change "All Styles" to "Applied...
by shantanuo (12/13/22, 7:49 AM)
Page Break Before Every Chapter
If your chapter titles are using the "Heading 2" Style:...
by shantanuo (12/13/22, 6:36 AM)
View and print in different
color Displaying Color in LO but Printing as White Page...
by shantanuo (12/13/22, 6:26 AM)
Change Normal Template in Libreoffice
Writer 1) Open a new file and set your font;...
by shantanuo (12/12/22, 8:45 AM)
Short english words in Devanagari
The list of short english words written in Devanagari. #...
by shantanuo (10/5/22, 9:05 AM)
Card issuing banks CITI
Standard Chartered HSBC American Express HDFC ICICI AXIS INDUS IND Kotak...
by shantanuo (7/16/22, 4:46 AM)
Activate IAM Access To activate
the Activate IAM Access setting, you must log in to...
by shantanuo (7/12/22, 5:52 AM)
use cheat instead of man
wget https://github.com/cheat/cheat/releases/download/4.2.3/cheat-linux-arm64.gz gunzip cheat-linux-arm64.gz chmod 770 cheat-linux-arm64 ./cheat-linux-arm64 mv cheat-linux-arm64...
by shantanuo (7/4/22, 8:53 AM)
python module itertools list of
useful methods of itertools module. permutations combinations combinations_with_replacement zip_longest count...
by shantanuo (9/8/21, 7:50 AM)
wikipedia tools 1) Collection of
useful utilities https://wikipediatools.appspot.com/ 2) all history of a user https://xtools.wmflabs.org/ec/mr.wikisource.org/Shantanuo...
by shantanuo (8/20/21, 6:36 AM)
Duration/Term of Copyright In the
case of original literary, dramatic, musical and artistic works, the...
by shantanuo (8/20/21, 6:26 AM)
Preserve seeds 6 types of
seeds to be preserved for next season. 1) laal Mula...
by shantanuo (5/7/21, 5:46 AM)
Why do I care for
Linux? I don't care that much for other software. Linux...
by shantanuo (12/17/20, 9:27 AM)
important leafy vegetables 1. Amaranthus
caudatus: rajgira. 2. Amaranthus tricolor: Math.  (Chhoti Chulai- Hindi, Cheera-...
by shantanuo (4/12/20, 2:01 PM)

RSS feed

Made with Antville
Helma Object Publisher