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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/66329-simple-url-rewrite/#findComment-333532 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.