Dmoz New member Joined Jul 7, 2012 Messages 122 Points 0 Jul 7, 2012 #1 Hi all, The situation is I want to write a source with mod rewrite but you know how to run the that file. Htaccess in the local. What I know with my config only. anyone can support me config to run htacess ? Ths
Hi all, The situation is I want to write a source with mod rewrite but you know how to run the that file. Htaccess in the local. What I know with my config only. anyone can support me config to run htacess ? Ths
webmastersun Administrator Joined Jul 5, 2012 Messages 3 Points 0 Jul 7, 2012 #2 in your webserver at localhost find \conf\httpd.conf Code: #LoadModule rewrite_module modules/mod_rewrite.so remove # character Code: LoadModule rewrite_module modules/mod_rewrite.so then restart apache or restart the computer and you can use htaccess. fun with.htaccess
in your webserver at localhost find \conf\httpd.conf Code: #LoadModule rewrite_module modules/mod_rewrite.so remove # character Code: LoadModule rewrite_module modules/mod_rewrite.so then restart apache or restart the computer and you can use htaccess. fun with.htaccess
hoangvu New member Joined Jun 6, 2012 Messages 1,888 Points 0 Jul 30, 2012 #3 thanks. very cool tips. I applied mod rewrite on my localhost successfully.