Page is a not externally linkable
richcasto - 5:32 pm on Sep 27, 2002 (gmt 0)
This is on a shared server, so maybe the Apache config is preventing it somehow? (mod_rewrite is enabled, because other rewrites work fine) Thanks! Rich
Any clue why this doesn't work, in my .htaccess in the document root directory? I get a 404 error.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^vanity\.domain\.tld$
RewriteRule ^(.*)$ [domain.tld...] [L,R=permanent]
P.S. Sticky me if you want the real URL's.