When I set up sharePoint 2013 web application I use this line of script
Add-DnsServerResourceRecordCName -HostNameAlias spdev.dev.com -Name portal -ZoneName dev.com
- spdev - name of pc
- dev.com - domain
- portal - site adress
now I have 2 sites
- CA - http:/spdev:8080
- Team site - http:/portal
If I use IE all works fine, but in firefox I cannot log in to the team site. I see authentication form, I put correct credentials, then click log in button and see authentication form again.
How can I solve this issue?