Quote:
Originally Posted by Si
It's ok I have got it working by putting it onto a subdomain.
I was doing the file (made a mistake above) e.g.: /path/folder/file.js
Would be nice to know a rule for .htaccess to stop it from rewriting a path though if anybody knows how to do it?
|
Where was it rewriting a path? If you call a folder using http:// then apache will look for index.html, index.htm, default.html, index.php (whichever flavor your settings indicate) in the folder you pointed to.
Since it looks from here like you were calling a folder then my guess is apache did not find the folder or if the folder existed it did not find a default page so then it went 404.