So my site is moddinghq.com when you go to it and click register it takes you to a page and says no input specified. ive been told the problem is the .htaccess but not how to fix it. SO heres the code:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.(.) [NC] RewriteRule ^(.) http: //%1/$1 [R=301,L]
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
If someone could tell me whats wrong that would be great