by (120 points)
When I try to add the seosamba token to to my wildcard and click on save it comes back with Wrong parameters sent.
The site is registered on seosamba and the server has ioncube fully installed.

Does anyone have a way to get this sorted, as can't start building my site till this is sorted.

1 Answer

by (5.1k points)
Hello LordKahler,

What version of PHP are you using? Please make sure you have the mcrypt module installed.

Regards, Pavel.
by (120 points)
you mean this 'deny from all' as that is all that is one the fille
by (5.1k points)
I mean "overwrite the existing .htaccess file from the archive". It should contain:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteRule !\.(js|ico|jpe?g|gif|png|css|pdf|avi|mov|mp(3|4|e?g)|lng|(r|t)ar|tgz|zip|swf|ttf|eot|svg|woff)$ index.php [NC,L]
by (120 points)
or is it this

RewriteEngine On
RewriteRule ^.*$ - [L,R=404]

as that is the only other .htaccess file
by (120 points)
tried that and it don't work
by (5.1k points)
Hello LordKahler,

We would like to offer our system install services - https://www.seotoaster.com/website-professional-installation-services.html or use our cloud services https://diy.seosamba.com/

Regards, Pavel.
...