- Troubleshooting Apache .htaccess Authentication
Sometimes Apache Web Server users have problems getting Apache Authentication/password-protection in htaccess working, this is a troubleshooting guide to get Password Protection working!
Apache Web Server users have problems getting Apache Authentication/password-protection in htaccess working, this is a troubleshooting guide to get Password Protection working!
401 403 apache authentication htaccess htpasswd password password-protection prompt
in Public bookmarks with .htaccess .htpasswd 401 403 apache authentication htaccess htpasswd password password-protection prompt
- Ultimate htaccess Article
List of Apache Web Server .htaccess and httpd.conf code snippets and examples... Unless you are an Apache developer or apache admin this article will contain a lot of new and unusual ways of using htaccess and httpd config files. There is a lot of gold sprinkled throughout this article so take your time, come back often, and look at every example so you don’t miss any treasure.
The Ultimate apache htaccess tutorial. An htaccess article with examples of the best htaccess code.
apache htaccess mod_rewrite rewritecond rewriterule
in Public bookmarks with apache article code config htaccess httpd modrewrite rewriterule server by 3 users
- Ultimate htaccess File sample
Comprehensive .htaccess example file with elite/advanced and intermediate examples in 1 htaccess sample
Comprehensive .htaccess example file with elite/advanced and intermediate examples in 1 htaccess sample
apache example file htaccess options rewritebase rewritecond rewriteengine rewriterule sample
in Public bookmarks with .htaccess apache example file htaccess options rewritebase rewritecond rewriteengine rewriterule sample by 4 users
- Using HTTP Headers with htaccess
How would you like to be able to send P3P privacy headers, Content-Type: UTF-8, Content-Language: en-US, etc.. using just htaccess? Now you CAN!
How would you like to be able to send P3P privacy headers, Content-Type: UTF-8, Content-Language: en-US, etc.. using just htaccess? Now you CAN!
apache append charset content header headerset htaccess language p3p set unset
in Public bookmarks with apache append charset content header headerset htaccess language p3p set unset
- Using PHP and htaccess to force a download
Using PHP to force a download?
Using PHP to force a download?
apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
in Public bookmarks with apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
- WordPress Plugin - Secure /wp-admin/ with htaccess password protection
Add a 2nd layer of security to your blog for the /wp-admin/ folder, easy wordpress plugin!
in Public bookmarks with apache authentication htaccess htpasswd password plugin security wordpress by 3 users
- How to shorten links in Wordpress
How to shorten links in Wordpress
How to shorten links in Wordpress
apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
in Public bookmarks with apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
- Rewrite underscores to hyphens for SEO URL
Replace underscores in URLs with hyphens using Apache .htaccess.
Replace underscores in URLs with hyphens using Apache .htaccess.
apache convert htaccess hyphen hyphens redirect replace requests rewriterule seo transform underscore underscores url
in Public bookmarks with apache convert followsymlinks htaccess hyphen hyphens redirect replace requests rewritebase rewritecond rewriteengine rewriterule seo transform underscore underscores url
- Apache .htaccess Directives and Loaded Modules allowed on DreamHost Servers
Apache Directives for .htaccess and Loaded Modules for DreamHost Web Hosting Servers running Apache2
in Public bookmarks with apache directive dreamhost htaccess httpd.conf module
- AskApache - Running a Reverse Proxy in Apache
Running a Reverse Proxy in Apache
In 2003, Nick Kew released a new module that complements Apache's mod_proxy and is essential for reverse-proxying. Since then he gets regular questions and requests for help on proxying with Apache.
htaccess webmaster
in Public bookmarks with apache htaccess proxy reverse running by 2 users
- htaccess Elite - Apache htaccess help, about mod_rewrite and htpasswd
Apache web server htaccess and mod_rewrite rewritemap rewriterule answers and questions, articles and discussions.
Apache web server htaccess and mod_rewrite rewritemap rewriterule answers and questions, articles and discussions.
apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
in Public bookmarks with apache execcgi htaccess mod_expires mod_headers redirectmatch rewritebase rewritecond rewriteengine rewriterule rewriteurl
- AskApache
Apache SSL in htaccess examples
Apache SSL in htaccess examples with SSLRequireSSL and SSLRequire in SSLOptions with FakeBasicAuth and StrictRequire
fakebasicauth ssloptions sslrequire sslrequiressl sslusername strictrequire
in Public bookmarks with apache ssl mod_ssl htaccess ssloptions sslrequire
- AskApache - Allowing Access From 1 static IP and Deny the rest
Allowing Access From 1 static IP and Deny the rest
Say you want to deny access to your entire site except when you access it. The following htaccess code does just that. Instead of a Static IP you could also use a hostname, or part of a hostname.. AuthName "Site Administration" AuthUserFile /home/user/askapache.com/.
htaccess
in Public bookmarks with apache htaccess allow deny order ip address access security
- AskApache - Running a Reverse Proxy in Apache
Apache’s
mod_proxy and is essential for reverse-proxying. Since then he gets
regular questions and requests for help on proxying with Apache
In 2003, Nick Kew released a new module that complements Apache's mod_proxy and is essential for reverse-proxying. Since then he gets regular questions and requests for help on proxying with Apache.
htaccess webmaster
in Public bookmarks with mod_proxy proxy apache htaccess by 2 users
- AskApache - Using FilesMatch and Files in htaccess
Using Regular expressions with Files and FilesMatch to target multiple files.
FilesMatch should be used instead of Files when dealing with multiple files.
Adding UTF-8 content-type and and en-US language headers to files with extensions htm, html, css,
Using the Files and FilesMatch directives in Apache htaccess Files
files filesmatch htaccess
in Public bookmarks with addcharset apache defaultcharset defaultlanguage meta filesmatch files htaccess
- AskApache » Setting charset in htaccess
howto use defaultcharset and addlanguage to not have to use meta language or content-type
Replace the meta http-equiv content-type UTF-8, by using AddDefaultCharset in htaccess
addcharset adddefaultcharset addtype content-type htaccess utf-8
in Public bookmarks with htaccess apache defaultlanguage addcharset defaultcharset
- AskApache » Ultimate htaccess Article
The Ultimate apache htaccess tutorial. An htaccess article with examples of the best htaccess code.
apache htaccess mod_rewrite rewritecond rewriterule
in Public bookmarks with apache htaccess mod_rewrite by 3 users
- Custom PHP.ini tips and tricks - AskApache
When php run as Apache Module (mod_php)
in root .htaccess
SetEnv PHPRC /location/todir/containing/phpinifile
When php run as CGI
Place your php.ini file in the dir of your cgi’d php, in this case /cgi-bin/
htaccess might look something li
Details how to use a custom php.ini file, for php as cgi and php as apache module
action addhandler export htaccess inifilepath mo_php p php-cgi php-cli php_ini php_ini_path phpcgi phpinidir phprc sapi setenv
in Public bookmarks with phprc htaccess addhandler action php-cgi phpcgi mod_php setenv export phpinidir php_ini php_ini_path inifilepath php-cli sapi php-sapi php_sapi_name
- Debug apache log files from php
Cool way to debug your apache server without having to access or check error_log and access_log files!
For debugging without checking error_log/access_log files create a file called phpinfo.php in your / directory the contents of phpinfo.php Use this for your .htaccess file. Options +FollowSymLinks ErrorDocument 404 /phpinfo.
htaccess php
in Public bookmarks with apache phpinfo php error_log access_log errordocument 404 error htaccess
- Glossary « WordPress Codex
wordpress glossary
in Public bookmarks with htaccess wordpress
« Previous
Next »
htaccess from all users