|
|
 |
Re: FN-FORUM: Mod rewrite in Apache on Windows - help!
date posted 15th February 2007 17:01
Try a simple test
....
RewriteEngine On
RewriteRule ^/test/(.+)$ /test.html [PT]
create a page called test.html in your web root then try accessing
http://localhost/test/ and see what happens...if rewrite IS on, you
should see your test.html page.
Tom.
Paul Silver wrote:
>
> On 15 Feb 2007 17:31:32 -0000, Tom Miller wrote:
>>
>> Try adding RewriteEngine On into your directory?
>>
>> .......
>> RewriteEngine On
>>
>
> Thanks for the suggestion, but nope, still not working.
>
> Cheers
>
> Paul
>
--
Tom Miller - Web Designer & Developer
www.tgmweb.co.uk
[EMAIL REMOVED]
t: 020 719 33777
m: 07813 640042
"When weeding, the best way to make sure you are removing a weed and not a valuable plant is to pull on it. If it comes out of the ground easily, it is a valuable plant."
|
 |
|