SEO Secrets of AskApache Part 2. This is part II of the Advanced SEO used on AskApachecom Series and describes how to control which urls are indexed by
Matt Cutts Interviewed about robots.txt files, noindex, nofollow, and noarchive meta tags by Eric Enge of Stone Temple Consulting.
WordPress What Is This Plugin ·SEO Secrets of AskApache Part 2 ·Rewrite underscores to hyphens for SEO URL ·Smart HTTP and HTTPS .htaccess Rewrite
Thanks thats what i was looking for SEO friendly robotstxt . WordPress RewriteRules Viewer ·SEO Secrets of AskApache Part 2 ·Delete extra wordpress
That with a combination of SEO Software and you got yourself a very good SEO . Tips on Writing WordPress Plugins ·SEO in WordPress ·SEO Secrets of
Website grader is a Free SEO Report tool that grades your website on marketing and SEO in WordPress ·Updated robots.txt for WordPress ·SEO Secrets of
SEO Secrets of AskApache Part 2 ·Updated robots.txt for WordPress ·Updated:WordPress RewriteRules Viewer Plugin ·Crazy Cache WordPress Plugin Released
Serve External Javascript Files locally for Increased SpeedSEO Secrets of AskApache Part 2 » ·Top 3 Speed Tips for Sites using Google Analytics
SEO Secrets of AskApache Part 2 Part II of the Advanced SEO Series shows how . verification meta tags to authenticate site ownership and increase seo
Search And Replace shell script helpful for UpgradesSEO Secrets of AskApache.com » ·Mod_Security .htaccess tricks .With over 70% of all attacks now carried
SEO Secrets of AskApache Part 2Chmod, Umask, Stat, Fileperms, and File Permissions » .htaccess trick to show Alternate CSS file based on IP www.askapache.com/;htaccess-trick-to-show-alternate-css-file-based-on-ip.html
Apache Variable Fun in htaccessWordPress robots.txt SEO » . SEO Secrets of AskApache Part 2 ·SEO Secrets of AskApache.com ·WordPress robots.txt SEO
SEO Secrets of AskApache.comAdding Akismet Anti-Spam Protection Anywhere » ·Smart HTTP and HTTPS .htaccess Rewrite. This is a really cool idea I had to
7 Standardise web address to require www with SEO-friendly 301 Redirect . Updated robots.txt for WordPress ·SEO Secrets of AskApache Part 2
PullQuotes using CSS ·SEO Secrets of AskApache.com ·SEO Secrets of AskApache Part 2 ·Rare XHTML elements use for SEO ·Advanced Google Analytics 404
WordPress robots.txt SEO ·Updated robots.txt for WordPress Login to Google AdSense using PHP ·SEO Secrets of AskApache Part 2 ·SEO with Robots.txt
WordPress as a blogging platform is ideal when it comes to SEO, .. Prevent WP-Cache from Caching index ·SEO Secrets of AskApache Part 2 .htaccess trick
Review:Posh CSS ·Trace Email Back to the Sender ·Firefox, Firebug, and yslow are REQUIRED ·SEO Secrets of AskApache.com ·Arp Packet Hacking
Website SEO Score ToolCompete Search Analytics officially opened to the public! . SEO Boost from Google 404 Plugin ·SEO Secrets of AskApache Part 2
SEO with Robots.txt » DreamHost Site of The Month Contest ·The Right to Read ·grilled cheese jam session now online ·SEO Secrets of AskApache Part 2
you might put your normal mod rewrite rules (SEO urls) on top below the engine and . Fight Blog Spam with Apache ·SEO Secrets of AskApache Part 2
Dec 16, 2007 Robots.txt Secrets From Matt CuttsBoost SEO, Drive Traffic with the 404 Error Page Plugin » ·PHP5 Custom Install Shell Script Example
Mod_Rewrite Environment Variables (The Secret) .. HTTP Header control with htaccess ·PHP on Apache tips and tricks ·SEO Redirects without mod_rewrite
RewriteRule ^* httpsubdomainaskapachecom$1LR301 SEO REWRITES RewriteRule .. mod_rewrite at anexpert level by showing you how to unlock its secrets
Apr 8, 2009 using Rsync over SSH ·SEO Redirects without mod_rewrite 30x Faster WP-Super Cache Site Speed ·Robots.txt Secrets From Matt Cutts
One of my secrets for getting really good at this stuff is to master debugging. Boost SEO, Drive Traffic with the 404 Error Page Plugin
htaccess tricks for Webmasters ·HTTP Header control with htaccess ·PHP on Apache tips and tricks ·SEO Redirects without mod_rewrite
PHP on Apache tips and tricks ·SEO Redirects without mod_rewrite . Classes for CSS Toolbox ·Robots.txt Secrets From Matt Cutts
Skip this – still under edit
I discovered these tips and tricks mostly while working as a network security penetration specialist hired to find security holes in web hosting environments. Shared hosting is the most common and cheapest form of web-hosting where multiple customers are placed on a single machine and “share” the resources (CPU/RAM/SPACE). The machines are configured to basically ONLY do HTTP and FTP. No shells or any interactive logins, no ssh, just FTP access. That is when I started examining htaccess files in great detail and learned about the incredible untapped power of htaccess. For 99% of the worlds best Apache admins, they don’t use .htaccess much, if AT ALL. It’s much easier, safer, and faster to configure Apache using the httpd.conf file instead. However, this file is almost never readable on shared-hosts, and I’ve never seen it writable. So the only avenue left for those on shared-hosting was and is the .htaccess file, and holy freaking fiber-optics.. it’s almost as powerful as httpd.conf itself!
Most all .htaccess code works in the httpd.conf file, but not all httpd.conf code works in .htaccess files, around 50%. So all the best Apache admins and programmers never used .htaccess files. There was no incentive for those with access to httpd.conf to use htaccess, and the gap grew. It’s common to see “computer gurus” on forums and mailing lists rail against all uses and users of .htaccess files, smugly announcing the well known problems with .htaccess files compared with httpd.conf – I wonder if these “gurus” know the history of the htaccess file, like it’s use in the earliest versions of the HTTP Server- NCSA’s HTTPd, which BTW, became known as Apache HTTP. So you could easily say that htaccess files predates Apache itself.
Once I discovered what .htaccess files could do towards helping me enumerate and exploit security vulnerabilities even on big shared-hosts I focused all my research into .htaccess files, meaning I was reading the venerable Apache HTTP Source code 24/7! I compiled every released version of the Apache Web Server, ever, even NCSA’s, and focused on enumerating the most powerful htaccess directives. Good times! Because my focus was on protocol/file/network vulnerabilites instead of web dev I built up a nice toolbox of htaccess tricks to do unusual things. When I switched over to webdev in 2005 I started using htaccess for websites, not research. I documented most of my favorites and rewrote the htaccess guide for webdevelopers. After some great encouragement on various forums and nets I decided to start a blog to share my work with everyone, AskApache.com was registered, I published my guide, and it was quickly plagiarized and scraped all over the net. Information is freedom, and freedom is information, so this blog has the least restrictive copyright for you. Feel free to modify, copy, republish, sell, or use anything on this site ;)
Tags: .htaccess examples, 301 Redirect, 302 Redirect, 401, 403 Forbidden, 404 Not Found, 500, 503, admin, Advanced, Apache, Apache Htaccess, apache ssl, askapache, ASP, authorization, Backups, Bandwidth, bash, Blocking, Boot, Cache, Cache-Control, caching, cheatsheet, chmod, code snippets, compression, Cookies, CSS, debugging, DreamHost, Email, error log, errordocument, Etags, Examples, experiments, feed, FeedBurner, File System, FilesMatch, filesystem, Firefox, Flash, Forms, GET, Google, Hacking, hotlinking, HowTo, Htaccess, htaccess files, htaccess guide, htaccess rewrite, htaccess tricks, htaccess tutorial, Htpasswd, HTTP Error, HTTP Headers, HTTP-EQUIV, httpd, httpd.conf, HTTPS SSL, hyper text transfer protocol, If-Modified-Since, Javascript, Last-Modified, Linux, Login, Logs, mad skills, mod_include, mod_python, Mod_Rewrite, Mod_Rewrite examples, Mod_Security, Mod_Setenvif, mysql, Nice, nsa, password, password protection, PDF, Performance, Perl, PHP, php.ini, phpinfo, Port, post, Powweb, Prompt, Python, ram, Redirect, Redirection, Request Method, Rewrite Tricks, rewritecond, rewriterule, Robot, robots, Sample .htaccess, Scripts, Security, SEO, seo secrets, server, server config, servers, SetEnvIf, Shell, Socket, Source Code, SPEED, SSH, SSI, stat, SymLinks, trick, tutorial, ultimate htaccess, Username, Web Hosting, WordPress
Posted in Apache, Apache Modules, Cache, DreamHost, Featured, Google, Hacking, Htaccess, Linux Unix BSD, Mod_Rewrite, SEO, Security, Web Design, Web Hosting, Web Tools, Webmaster, WordPress | Published on 01/10/2009 |66 Comments »