29 month ago
philgyford : Mod_rewrite Cookbook - FrontPage - Very handy resource for mod_rewrite recipes. It's like some arcane magic to me.
# copy
31 month ago
philgyford : "No input file specified" | jenseng.com - How to generate 404s when using PHP as a CGI binary. Bodgy, but better than the default.
# copy
33 month ago
kayodeok : SEO advice: url canonicalization - Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. For example, most people would consider these the same urls:
# copy
33 month ago
kayodeok : Search engines and canonical URLs - The key is to be consistent. Pick one and stick with it. However, since you have no control over inbound links and some of them will use www while others won’t, it is a good idea to configure your server to redirect URLs the your preferred format
# copy
34 month ago
kayodeok : mod_rewrite, a beginner's guide (with examples)
# copy
35 month ago
Rod Begbie : Emulating W3C ,tools with mod_rewrite - Nifty hack, enabled now on Groovy Mother, that allows you to check your webpages by tweaking the URLs. [via] #
# copy38 month ago
kayodeok : XHTML content negotiation through PHP
# copy
38 month ago
kayodeok : Serving XHTML with the correct mime type using PHP
# copy
38 month ago
kayodeok : The Restful Web: Dispatching in a REST Protocol Application - Joe Gregorio, in his latest Restful Web column, shows us how to write dispatch code to handle REST requests
Isofarro : Dispatching in a REST Protocol Application - Using mod_rewrite to assign a different handler based on the request method (GET, POST, PUT, DELETE)
# copy
40 month ago
kayodeok : An Introduction to Redirecting URLs on an Apache Server - For mod_rewrite beginners
# copy
41 month ago
kayodeok : Permalink Redirect WordPress Plugin - A WordPress plugin that replies a 301 permanent redirect, if request URI is different from entry's (or archive's) permalink. It is used to ensure that there is only one URL associated with each blog entry
# copy
41 month ago
kayodeok : PageRank Mysteries and the 301 Redirect - Search Engines don't realise that http://www.yoursite.com/ is identical to http://yoursite.com/, therefore implement a 301 redirect via .htaccess in order to maximise pagerank
# copy
41 month ago
Isofarro : mod_rewrite Cheat Sheet - Also includes allowable regex expressions - all on one page (via kayodeok)
kayodeok : mod_rewrite Cheat Sheet - The mod_rewrite cheat sheet is designed to act as a reminder and reference sheet, listing useful information about mod_rewrite
Milo Vermeulen : mod_rewrite Cheat Sheet - mod_rewrite Cheat Sheet [via] [via]
Jeremy Zawodny : mod_rewrite Cheat Sheet - mod_rewrite Cheat Sheet: very handy when mucking about in htaccess files
# copy
42 month ago
kayodeok : Banning Google Web Accelerator - Text and Graphics - Here's a page you can display to people who you are restricting from accessing your site because they're using Google's nefarious spyware. Plus some graphics - donated to the public domain:
# copy
42 month ago
kayodeok : How To Block Google's Web Accelerator - The IP range is apparently 72.14.194.0 - 72.14.194.255 which you could block using either .htaccess or mod_rewrite
# copy
44 month ago
Milo Vermeulen : Killing referrer spam at the Apache level
kayodeok : Killing referrer spam - Killing referrer spam using Apache's .htaccess file
# copy
52 month ago
Anne van Kesteren : No More www. in Your URI - Using Apache is always better, since it will catch static files as well #
dionidium : no more www. in your uri - I've been meaning to do this.
Kayode Okeyode : No More www. in Your URI
Rod Begbie : no more www. in your uri - I just applied this to groovymother, thereby shaving a healthy 413 bytes off the homepage! [via] #
# copy