Great article. I've been wondering how to do that... was too lazy to look it up myself, and here it is.
A tip... you might want to change your blog to put the title of the article in the title attribute. When I went to bookmark it on del.icio.us, it doesn't automatically put the title in.... I'm also betting you'd get better search engine traffic.
Hi. I liked the artice, it was well written and easy to read and understand. However you don't need to use the rewrite engine or have access to httpd.conf to get "dzone" style urls. For instance http://url.com/blogs/some_document -- just create a file called "blogs" and insert your php to process the url. Now in .htaccess you just need 3 lines (no rewrite engine required).
Comments
Lowell Heddings replied ago:
Great article. I've been wondering how to do that... was too lazy to look it up myself, and here it is.
A tip... you might want to change your blog to put the title of the article in the title attribute. When I went to bookmark it on del.icio.us, it doesn't automatically put the title in.... I'm also betting you'd get better search engine traffic.
ipearx replied ago:
Oh thanks for reminding me. All fixed now.
pcx99 replied ago:
Hi. I liked the artice, it was well written and easy to read and understand. However you don't need to use the rewrite engine or have access to httpd.conf to get "dzone" style urls. For instance http://url.com/blogs/some_document -- just create a file called "blogs" and insert your php to process the url. Now in .htaccess you just need 3 lines (no rewrite engine required).
<FilesMatch "^blogs$">
ForceType application/x-httpd-php
</FilesMatch>
ipearx replied ago:
Hi, that is a great tip, thanks!
Voters For This Link (11)
Voters Against This Link (0)