This content has been marked as final.
Show 1 reply
-
1. Re: Htaccess
kerrishotts Jun 10, 2016 8:54 AM (in response to Morten Virik)htaccess is a server-side feature -- you can't bundle it within a PhoneGap app and expect it to work. When working with local code, PhoneGap supports JavaScript, HTML, and CSS only. PhoneGap can be used to talk to your backend servers -- for that, I suggest using XHR or web sockets (depending on your needs), but both should be accomplished using local JavaScript code (don't simply redirect to your external site -- that will be rejected by the Apple app store, and maybe others, and is also insecure and a bad UX).