URL rewrite / transformation scripts for friendly URLs
- php search engine friendly urls
-
Evolt.org - Search Engine Friendly URLs
How to use PHP and Apache to provide URLs that look like directories. Using ForceType to mask the .php file extension and PHP code to replace the query string (for a PHP included file) in a URL to give search engine frienly URLs. A forward slash can be used in place of the query string.
-
Evolt.org - Search Engine Friendly URLs Part 2
A more elegant solution for using relative links. A PHP script converts the value of a variable for the current directory and the included file name into an array
-
Alistapart.com - Succeed With URLs
Create search engine friendly URLs for dynamic PHP sites. Uses RewriteEngine to redirect visitors to the index page then transforms the URL with a PHP script so URLs that look like directories can be used.
