Profile
Achievement
hotdiggity's Recent SnippetsTagged htaccess
- All /
« Prev 1 Next »
Rewrites url to appear like the additional domain appears independently hosted, however, only appropriate for a temporary web page as other pages throw an error.
0
932
posted 12 years ago by hotdiggity
In MODx, insert below:
# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2
809
posted 15 years ago by hotdiggity