vbnullchar Posted August 23, 2007 Share Posted August 23, 2007 how can I rewrite http://server/directory/index.php to http://directory.server/index.php Link to comment https://forums.phpfreaks.com/topic/66329-simple-url-rewrite/ Share on other sites More sharing options...
trq Posted August 24, 2007 Share Posted August 24, 2007 DirectoryIndex index.php RewriteCond %{HTTP_HOST} directory.server$ RewriteCond %{REQUEST_URI} !directory/ RewriteRule ^(.*)$ directory/$1 Link to comment https://forums.phpfreaks.com/topic/66329-simple-url-rewrite/#findComment-333532 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.