ArmaClans

cajkan

Active Member
Hello there ArmaClans,

You theme looks amazing. Few suggestion for your site:
Main navigation - "About us/FAQ" can be placed somewhere on sidebar or most common place is the footer.
User details page - you can add more useful information like social media, and comments.

Overall looks good,
Dont forget to post url and some test account so we can preview it better.
 

Mark

Administrator
Staff member
I noticed you mentioned the login only works sometimes, this is probably a cookie domain issue.

http://www.armaclans.com/
http:/armaclans.com/

this is also considered duplicate content, you should add a rule to your .htaccess to force redirect to 1 or the other, that will help with SEO and correct any session/cookie problems your experiencing.

example:

Code:
RewriteCond %{HTTP_HOST} ^yourname\.com$ [NC]
RewriteRule ^(.*)$ http://www.yourname.com/$1 [R=301,L]
 
Top