3 Oct 2006 at 20:54 #1 JonD JonD Associate Joined 26 Jun 2003 Posts 1,140 Location North West At the top of my htaccess file I have the root directory of the site RewriteBase /~jond/ But it doesnt seem to like the '~'. How can I get this workin? Thx
At the top of my htaccess file I have the root directory of the site RewriteBase /~jond/ But it doesnt seem to like the '~'. How can I get this workin? Thx
3 Oct 2006 at 22:31 #2 shine shine Soldato Joined 23 Aug 2005 Posts 3,955 Location Beds Have you tried escaping it? i.e. RewriteBase /\~jond/