I just discovered this rewrite rule that will remove all trailing slashes from URLs in Nginx. With the rule in place, you can force all requests for http://example.com/about/ to use http://example.com/about.
rewrite ^/(.*)/$ /$1 permanent;
I just discovered this rewrite rule that will remove all trailing slashes from URLs in Nginx. With the rule in place, you can force all requests for http://example.com/about/ to use http://example.com/about.
rewrite ^/(.*)/$ /$1 permanent;
Empty index.php for plugins directory
via #8699 (Empty index.php for plugins dir) – WordPress Trac.
Good to see this is now part of WordPress. I always did it manually for my sites.
If you want to post to Twitter using the linux command line, you can use this little bash script:
#!/bin/bash username=YourUsernameHere password=YourPasswordHere curl -u $username:$password -d status="$1" http://twitter.com/statuses/update.xml
Add it to a file called “twitter” in the ~/bin directory of your home directory.
You may have to refresh your bash profile by running one of these commands:
. ~/.profile . ~/.bash_profile
Enjoy!
I just logged into Feedburner and was amazed that my Woot product feed has 243 subscribers!
![]()
Do you want to join the 243 people? Subscribe here!
If anyone knows where bigfoot lives, contact this man.
The GeoEye-1 satellite will capture digital images of Earth from a distance of 423 miles, while moving at 4.5 miles per second.
Wow.
Far better it is to dare mighty things…even though checkered by failure than to rank with those poor spirits who neither enjoy, nor suffer much, because they live in the gray twilight that knows neither victory nor defeat.
-Teddy Roosevelt
Plus, most of the drivers are always looking around to make sure they don’t get car jacked. All this adds up to perfect bicycling atmosphere!!
Haha! Said in regard to cycling in Detroit. I actually love biking in Detroit and have never had a problem.
Is the Detroit Metro area the most cyclist unfriendly in the USA? – Bike Forums.
Based on my first WordPress theme, Crispp, Earthly incorporates a color scheme designed for sites that require an eco-friendly or earthy theme. Features 100% Free Consistent styling across all major …
The jQuery YouTube Resizer plugin automatically resizes embedded videos to fill up the entire content space. It expands the video if the content area is larger and contracts if it is smaller. My first…