Re: Simple SEO URL [support thread]
Tip to enable it on xampp:
To enable mod_rewrite in xampp first go to the directory of installation
<xampp-directory>\apache\conf and edit
httpd.conf. Find the line which contains
#LoadModule rewrite_module modules/mod_rewrite.so
uncomment this(should be):
LoadModule rewrite_module modules/mod_rewrite.so
Also find
AllowOverride None
Should be:
AllowOverride All
Then restart your server.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Bookmarks