| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,025
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #3 (permalink) |
| NamePros Webmaster ![]() ![]() ![]() Join Date: Feb 2003
Posts: 12,930
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | For truely seemlessness, you should use mod_rewrite. Most servers support it. Create a .htaccess file in your root with this in it Code: RewriteEngine on Options +FollowSymlinks RewriteBase / RewriteRule ^ABC/(.*)$ /XYZ/$1 |
| |
| | THREAD STARTER #4 (permalink) |
| Man from Manila Join Date: Jul 2003 Location: The Net
Posts: 6,025
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks, RJ. Looked up mod_rewrite, and have to conclude that its one of the coolest things on the internet. Worked the first time I tried it, after I figured out the syntax. In case anyone's curious about this technique, here's all you need: http://httpd.apache.org/docs/mod/mod_rewrite.html
__________________ |
| |