The only problem I have now, is that when it looks for "new.html", it tries to go to: http://www.munx.net/home/pyius/munx.net/test/new.html
You're using the filesystem path (eg, /home/username/domain/etc) instead of the URI path. The path in your rewrite rules should be relative to the web site's document root. In your case this is /home/pyius/munx.net/. Leave this part out.
-- If you want useful replies, ask smart questions.
|