16-03-2009 by rckehoe
I noticed that the URLs point to mydomain.com/XXX is there an htaccess file that is suppost to be included with this build?
1 Replies
16-03-2009 by Admin
The .hraccess file is included in the download. The .rar of each of the two products contains this file. The code is the same in both cases:
The .hraccess file is included in the download. The .rar of each of the two products contains this file. The code is the same in both cases:
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1 [L]