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
655
posted 11 years ago by hotdiggity
In MODx, insert below:
# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2
562
posted 14 years ago by hotdiggity