-.htaccess

  Search Feed
  Search Comments Feed

Clusty

Ask.com

GigaBlast

Yahoo


Search for .htaccess at Google

Results 1 - 65 for .htaccess with Safesearch on. (0.12 seconds) 
  1. .htaccess files - Ultimate htaccess Guide

    htaccess examples for Password Protection with Authentication, rewrite URLs with mod_rewrite module, configure PHP in htaccess, use SSL Encryption, …
    htaccess/apache-htaccess.html
  2. http://www.askapache.com/htaccess/apache-htaccess.html …

    http://www.askapache.com/ #### TEMPORARY REDIRECTS #### Redirect 307 /about/feeds/ http://feeds.askapache.com/apache/htaccess Redirect 307 /about/feeds/it/ …
    z.askapache.com/powweb/sample-powweb-htaccess.txt
  3. .htaccess File and mod_rewrite examples

    htaccess example file with excellent htaccess sample and examples.
    htaccess/ultimate-htaccess-file-sample.html
  4. sample-powweb-htaccess.txt[-] Page 1 #> http://www.askapache.com …

    htmlRedirect 301 /awkl http://www.askapache.com/awk/awk-tutorial.html sample-powweb-htaccess.txt[-] Page 2 Redirect 301 /ben.html …
    z.askapache.com/powweb/powweb-htaccess.txt
  5. htaccess rewrite tips using RewriteRule and RewriteCond for …

    mod_rewrite tips and tricks for .htaccess files using RewriteBase, RewriteCond, RewriteEngine, RewriteLock, RewriteLog, RewriteLogLevel, RewriteMap, …
    htaccess/mod_rewrite-tips-and-tricks.html
  6. Log all .htaccess/.htpasswd logins

    Log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php.
    htaccess/htaccess-htpasswd-basic-auth.html
  7. .htaccess mod_rewrite rewrite examples

    mod_rewrite rewrite examples for .htaccess. … Here are some useful mod_rewrite rewrite examples that you can use in your .htaccess file. …
    htaccess/htaccess-mod_rewrite-rewrite-examples.html
  8. .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog

    WordPress Plugin blocks spam, hackers, exploits, and password protects your blog using .htaccess.
    htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html
  9. Using TIME_HOUR and TIME_MIN for htaccess RewriteCond

    Describes the use of the TIME_HOUR and TIME_MIN variables with RewriteCond and RewriteRule in Apache .htaccess.
    htaccess/using-time_hour-and-time_min-rewritecond-in-htaccess-2.html
  10. Plugin Displays all WordPress Rewrite Rules for Permalinks

    Often I am programming a plugin, or modifying my .htaccess rules, or editing a WordPress … I fixed it by using the AddType directive in my .htaccess
    htaccess/rewriterule-viewer-plugin.html
  11. .htaccess tutorial for SEO 301 Redirects with RedirectMatch and …

    SEO Search Engine Friendly Redirects without mod_rewrite using RedirectMatch and mod_alias.
    htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html
  12. Password Protect your Blog with Apache .htaccess and .htpasswd

    AskApache Password Protect adds some serious password protection to your WordPress Blog's admin directory. Imagine a HUGE brick wall protecting your frail …
    wordpress/htaccess-password-protect.html
  13. htaccess Tutorial for Apache Webmasters

    These cut-and-paste ready htaccess code snippets are very useful for website and server administrators.
    htaccess/htaccess-for-webmasters.html
  14. .htaccess file for Powweb

    One thing that can come in reallly handy if you are in charge of mutliple websites, often adding new ones is a template .htaccess file. …
    htaccess/powweb-htaccess.html
  15. Redirect all feeds to FeedBurner with .htaccess

    Use .htaccess to Redirect Feeds to FeedBurner. … For a non-htaccess solution FeedBurner recommends the following WordPress Plugin FeedBurner Plugin v2.2 …
    htaccess/redirecting-wordpress-feeds-to-feedburner.html
  16. Mod_Rewrite Basic Examples

    Apache HTTPD Mod_Rewrite Basic Examples for .htaccess on powweb. … What happens when the rules modify URL (in .htaccess) …
    htaccess/mod_rewrite-basic-examples.html
  17. Security Tips for Securing your website, server, blog using .htaccess

    htaccess tricks and tips to increase the security of your site.
    htaccess/security-with-apache-htaccess.html
  18. .htaccess - Wikipedia

    .htaccess (Hypertext Access) is the default name of Apache’s directory-level configuration file. It provides the ability to customize configuration …
    htaccess/htaccess-wikipedia.html
  19. Securing php.ini and php.cgi with .htaccess

    Using .htaccess to secure your /cgi-bin/ folder and php.cgi, php.ini files and other interpreters.
    htaccess/php-cgi-redirect_status.html
  20. Troubleshooting Apache .htaccess Authentication

    Apache Web Server users have problems getting Apache Authentication/password-protection in htaccess working, this is a troubleshooting guide to get Password …
    htaccess/troubleshooting-apache-htaccess-authentication.html
  21. Give visitors the choice to open or save a pdf using .htaccess and php

    htaccess and php example serves .pdf files to give visitors the choice to open in an external program or save to disk without having to open it in the …
    htaccess/pdf-plugin-adobe.html
  22. .htpasswd Generator Tool for Apache with all 4 encryptions

    Hacking Code / Net .htaccess Articles · Javascript Programming · Linux Unix BSD Area · Making Money Online · PHP Programming · phpBB Software …
    online-tools/htpasswd-generator/
  23. Blocking Bad Bots and Scrapers with .htaccess

    2 .htaccess methods for blocking 436 various user-agents, bad bots, and web scrapers.
    htaccess/blocking-bad-bots-and-scrapers-with-htaccess.html
  24. Commonly Used htaccess Code

    A lot of commonly used htaccess code snippets for use with the Apache Web Server.
    htaccess/commonly-used-htaccess-code-examples.html
  25. Smart HTTP and HTTPS RewriteRule Redirects

    Smarter SSL HTTPS to HTTP Redirections in .htaccess using RewriteRule to set an environment variable.
    htaccess/http-https-rewriterule-redirect.html
  26. 301 Redirectmatch, Redirect, and mod_rewrite

    http://www.askapache.com/htaccess/apache-htaccess.html RedirectMatch 301 ^/(.*)\.html/1/(.*) http://www.askapache.com/$1.html$2 RedirectMatch 301 ^/manual/( …
    htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html
  27. Rewrite underscores to hyphens for SEO URL

    Replace underscores in URLs with hyphens using Apache .htaccess. … This Apache .htaccess code 301 redirects requests for URLs with underscores (_) to the …
    htaccess/rewrite-underscores-to-hyphens-for-seo-url.html
  28. Update: AskApache Password Protect Plugin

    Adding .htaccess based HTTP Basic Authentication to your WordPress blog is … Tests your servers ability to use .htaccess/.htpasswd files by setting them …
    wordpress-plugins/securing-htaccess-plugin.html
  29. Multiple Web Technologies for Dynamic php Session Control

    Be polite, my .htaccess anti-spam is crazy-tight.. spammers, please try.. just don't let … Hacking Code / Net .htaccess Articles · Javascript Programming …
    htaccess/php-sessions-cookies.html
  30. Alternate Content based on the Time with mod_rewrite in .htaccess

    Jul 10, 2007 … Apache mod_rewrite code to serve alternate versions of a file depending on the server time - week, month, hour, year, second.
    htaccess/time_hour-rewritecond-time.html
  31. Redirecting WordPress index.php to root

    How To Redirect /blog/index.php to /blog/ using .htaccess mod_rewrite. … First i need to say that i have a rule on .htaccess on my root folder with the …
    htaccess/redirect-index-blog-root.html
  32. Multiple Subdomains for a Quicker and Faster Web Site - Easy …

    Basically when a visitor comes to http://www.askapache.com/htaccess/apache-htaccess. html, they make a DNS request for each of my 3 subdomains …
    htaccess/apache-speed-subdomains.html
  33. htaccess Caching

    2 awesome ways to implement caching on your website using Apache .htaccess or httpd.conf. Both methods are extremely simple to set up and will dramatically …
    htaccess/speed-up-sites-with-htaccess-caching.html
  34. AskApache Web Development (5)

    This htaccess tutorial has htaccess example code to make it easy to secure … If you are having trouble getting htaccess-based password protection to work …
    page/5/
  35. Site Map for AskApache.com

    Smart HTTP and HTTPS RewriteRule Redirects: Smarter SSL HTTPS to HTTP Redirections in .htaccess using RewriteRule to set an environment variable …
    about/site-map/
  36. mod_security Guide and Examples of use in .htaccess

    Mod_Security .htaccess guide provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time …
    htaccess/mod_security-htaccess-tricks.html
  37. FilesMatch and Files in htaccess tutorial

    Using the Files and FilesMatch directives in Apache htaccess Files.
    htaccess/using-filesmatch-and-files-in-htaccess.html
  38. SEO (Search Engine Optimization) Articles (2)

    Caching with .htaccess and Apache will take your website and your web … This is some technical and advanced methods condensed to simple htaccess code …
    seo/page/2/
  39. PHP and .htaccess tutorial and examples for Apache

    Apache htaccess tricks and tips for implementing, using, and optimising php and custom php.ini.
    htaccess/php-htaccess-tips-and-tricks.html
  40. Htaccess SEO Trends by Google

    Using Google Trends to highlight some server, programming, and .htaccess trends.
    htaccess/htaccess-seo-trends.html
  41. Debug apache log files from php

    Secure phpinfo.php with .htaccess, Now instead of getting a 404 error you will see debug information which will help you find out what the problem is.
    htaccess/debug-apache-log-files-from-php.html
  42. Password Protection and Authentication Locking down Apache with …

    Password protect, Allow or Deny a visitor based on a condition. If you are having trouble getting htaccess-based password protection to work see:
    htaccess/apache-authentication-in-htaccess.html
  43. AskApache Web Development (2)

    htaccess htpasswd with php Learn how to log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php. …
    page/2/
  44. Apache SSL in htaccess examples

    Apache SSL in htaccess examples with SSLRequireSSL and SSLRequire in SSLOptions with FakeBasicAuth and StrictRequire.
    htaccess/apache-ssl-in-htaccess-examples.html
  45. Fresh .htaccess Examples: Cookies, Variables, Custom Headers

    htaccess mod_rewrite code for Cookie Manipulation and Tests, Set Environment Variables and use them to send Headers and Rewrites, and Mod_Security .htaccess
    htaccess/htaccess-fresh.html
  46. HTTPS / SSL Apache Tips, .htaccess Tricks, and Server Hacks

    SSL and HTTPS on Apache HTTP Server has great httpd.conf examples and useful htaccess guides to stay secure and working. You may want to redirect to HTTPS …
    htaccess/ssl-example-usage-in-htaccess.html
  47. Improved printenv and test-cgi script

    CGI for debugging Apache environment variables set in .htaccess files. … Add Options +ExecCGI to the top of /cgi-bin/.htaccess which should be chmod 644 …
    dreamhost/apache-printenv-improvement.html
  48. HTTP Response and Request Header Manipulation using Apache .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!
    htaccess/using-http-headers-with-htaccess.html
  49. WordPress .htaccess Security

    New Security features incorporated by the AskApache Password Protection WordPress Plugin.
    security/wordpress-plugin-for-apache-htaccess-security.html
  50. Cache-Control Headers using Apache and .htaccess - Easy Apache …

    Adding Cache-Control headers to your site's files gives you control over what is cached, and how long it is cached. Even if the cache should check for an …
    htaccess/apache-speed-cache-control.html
  51. Control htaccess Basic Authentication with PHP and mod_rewrite

    But meanwhile keeping the .htaccess file to stop others from gaining access or linking directly to that directory and if no $_SESSION variables are present, …
    htaccess/tricks-for-controlling-htaccess-basic-authentication-with-php-and-mod_rewrite.html
  52. Using htaccess to make phpBB Search Engine Optimized

    First I used a mod on the forum, where instead of htaccesselite.com/index.php the url is htaccesselite.com/htaccess-vc1.html , and for …
    phpbb/using-last-modified-etag-mod_expires-mod_headers-to-seo-phpbb.html
  53. Using AddCharset, AddType, AddDefaultCharset to output UTF-8 …

    For example, to serve all files with the extension .html as UTF-8, open the .htaccess file in a plain text editor and type the following line: …
    htaccess/setting-charset-in-htaccess.html
  54. Caching Techniques for Apache .htaccess Gurus

    Speed up your site with Caching and cache-control using Apache htaccess.
    htaccess/speed-up-your-site-with-caching-and-cache-control.html
  55. SSL Content Warning Security Fix

    On on of my secure sites, lets say https://www.askapache.com/htaccess/ I wanted to give my visitors the option to post youtube videos and google videos. …
    htaccess/mixed-ssl-content-warning-secure-fixed.html
  56. SEO (Search Engine Optimization) Articles

    15 Chapters of .htaccess examples for Password Protection with Authentication, rewrite URLs with mod_rewrite module, configure PHP in htaccess, …
    seo/
  57. AskApache.com May 2008 DreamHost Site of The Month

    Be polite, my .htaccess anti-spam is crazy-tight.. spammers, don't let the economic … Hacking Code / Net .htaccess Articles · Javascript Programming …
    dreamhost/dhsotm-historic-win.html
  58. 27 Request Methods for Apache rewritecond htaccess

    List of the 27 Request Methods available for Apache and rewritecond and htaccess.
    htaccess/27-request-methods-for-use-with-apache-and-rewritecond-and-htaccess.html
  59. Apache .htaccess Directives and Loaded Modules allowed on …

    Apache Directives for .htaccess and Loaded Modules for DreamHost Web Hosting Servers running Apache2.
    htaccess/dreamhost-modules-directives.html
  60. Automated Folder Backup Shell-Script

    Jun 11, 2008 … Be polite, my .htaccess anti-spam is crazy-tight.. spammers, don't let the economic vultures steal your dreams. …
    dreamhost/snapshot-backups-shell-script.html
  61. htaccess Security on Apache

    htaccess Security on Apache to Secure Directories, Files, and Requests.
    htaccess/securing-subdirectories-with-htaccess.html
  62. AskApache Web Development (6)

    List of the directives available to Powweb users for use in htaccess files … Securing Subdirectories using unique apache htaccess solutions. …
    page/6/
  63. Advanced WordPress 404.php

    Be polite, my .htaccess anti-spam is crazy-tight.. spammers, don't let the economic … Hacking Code / Net .htaccess Articles; Javascript Programming …
    wordpress/wordpress-404.html
  64. Speed Up Google Analytics, use local ga.js

    This work by AskApache.com is licensed under the most accommodating license type available, just credit source according to license. .htaccess examples …
    linux-unix/ga-urchin-speed.html
  65. Tools and Software Articles

    This article is a quick and easy HowTo detailing the use of Wireshark or another network sniffing program to debug your Apache .htaccess or httpd.conf files …
    tools/

1 2 3 4 5 Next


Search