php and .htaccess problem
Posted: Wed Oct 11, 2006 4:06 am
hello ,
I have written the .htaccess file and is in my doc root.
the rule is something like this.
RewriteRule ^test/?$ /view/os.php
and so on, there are some 100 rules I have written.
now I do not know , how to change the conf file so my php will read the link http://192.168.149.44/test/ and pass it directly to
http://192.168.149.44/view/os.php
can any idea, what are change and where so my PHP/apache will read the .htaccess file and do the stuff.
I have written the .htaccess file and is in my doc root.
the rule is something like this.
RewriteRule ^test/?$ /view/os.php
and so on, there are some 100 rules I have written.
now I do not know , how to change the conf file so my php will read the link http://192.168.149.44/test/ and pass it directly to
http://192.168.149.44/view/os.php
can any idea, what are change and where so my PHP/apache will read the .htaccess file and do the stuff.