Forums / Install & configuration / other scripts problem
David Lafonte
Tuesday 16 December 2008 7:53:58 pm
Hello I have install and setup uz publish Everything runs fine I have setup nice URL But my problem is is My ez publish is in root dir Like this /home/mysite/publlic_html/ and my site is www.domain.com But if I want use other scripts like in other folder example /home/mysite/publlic_html/test and www.domain.com/test I cannot run I got error Module not foundThe requested module test could not be found.
How do I can set in .htaccess rewrite rules so I am able to run other scripts?Thanks
Ivo Lukac
Tuesday 16 December 2008 11:48:27 pm
Hello David,
Did you try to place this line:
RewriteRule ^test.* - [L]
after RewriteEngine On
http://www.linkedin.com/in/ivolukac http://www.netgen.hr/eng/blog http://twitter.com/ilukac
Wednesday 17 December 2008 3:34:12 pm
thanks ivo it works like charm