Jump to content

What's wrong with this?


therealwesfoster

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.