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