In folder apacheconf open file httpd.conf
#LoadModule rewrite_module modules/mod_rewrite.so
and make it as uncommented
LoadModule rewrite_module modules/mod_rewrite.so
In site root folder there is rename htaccess.txt to .htaccess
and now open .htaccess and go to following line
# RewriteBase /
and uncomment this line as following and mention root for ex. testsite in following line
RewriteBase /testsite
Go in administrator panel and click on Global coniguration
Here on right side we get SEO Settings
all three SEO Settings set as yes and click on save
#LoadModule rewrite_module modules/mod_rewrite.so
and make it as uncommented
LoadModule rewrite_module modules/mod_rewrite.so
In site root folder there is rename htaccess.txt to .htaccess
and now open .htaccess and go to following line
# RewriteBase /
and uncomment this line as following and mention root for ex. testsite in following line
RewriteBase /testsite
Go in administrator panel and click on Global coniguration
Here on right side we get SEO Settings
all three SEO Settings set as yes and click on save
Comments