Forum Moderators: phranque
I m confused if i have places the htacces file in wrong directory.
my subdomain name is investment.pokharavalley.com and i have placed the htacces file inside investment folder.
can anyone give suggestion for my prob.
the code i used is:
///
Options FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^home/msg/([^/]+)/topic/([^/]+)/$ home.php?msg=$1&topic=$2& [L,NC]
//
i have used php info() code to see if the mod_rewrite is enabled or not and it shows enabled.
here's the link to my php info file;
[pokharavalley.com...]