I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site
when import them on localhost by using relative path
<script src="js/jquery.min.js"></script>
when using htaccess the js or css cannot be loaded and firefox show me message
"The connection was reset
The connection to the server was reset while the page was loading."
I've tried many browsers and same problem still
but when using CDN for files it loaded succefully like :
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
how to solve this problem .
live example
http://hawkiqshare.netne.net/share.html