20
I have the .htaccess file in the root XOOPS folder which would be located at
http://www.yourdomain.com/ss/ that is the folder that XOOPS was installed I have full access on this server as I own it and I have had no problems with other .htaccess files in the past, any ideas, I realy want to get this running, your help is need fatman, the .htaccess file reads as follows would this be right????:
RewriteEngine on
RewriteRule ^shopadmin/([^/]+)/([^/]+)/([^/]+) /modules/noah/admin.php?group=$1&pfunc=$2&id=$3 [L]
RewriteRule ^shopadmin/([^/]+)/([^/]+) /modules/noah/admin.php?group=$1&pfunc=$2 [L]
RewriteRule ^shopadmin /modules/noah/admin.php [L]
RewriteRule ^shop/([^/]+) /modules/noah/shop.php?pfunc=$1 [L]
RewriteRule ^shop /modules/noah/shop.php [L]
RewriteRule ^pages/([^/]+) /modules/noah/pages.php?page=$1 [L]
RewriteRule ^pages /modules/noah/pages.php [L]