therealwesfoster Posted November 28, 2009 Share Posted November 28, 2009 RewriteCond %{HTTP_HOST} ^ds-cheats\.DOMAIN\.com [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*?) ds-cheats/$1 [L] It just shows a blank page when it should be showing (like before) a wordpress blog. The code above DOES NOT WORK, but the code below does.. what's the difference? RewriteCond %{HTTP_HOST} ^cheats-for-psp\.DOMAIN\.com [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*?) cheats-for-psp/$1 [L] I'm thinking it has to do with the dash (-).. but not sure. Any ideas? Link to comment https://forums.phpfreaks.com/topic/183192-whats-wrong-with-this/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.