Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<blockquote> <p>But how to make non-advertisement of your technology possible while sending a jQuery ajax request to load a php file in a div. I mean we would, have to write $.load('phpfile.php') within the script and one can say that voa he is using PHP hmmmm.</p> </blockquote> <p>I don't get it. jQuery doesn't know about PHP files. If your website has 2 "public pages" <code>www.example.com</code> and <code>www.example.com/foo</code>, then you can access to the <code>/foo</code> page from the homepage with something like <code>$.get("/foo")</code>. Here I use AJAX, jQuery, and nobody knows if my page use PHP or whatever.</p> <p>Then, you should look for <code>mod_rewrite</code> has explained by verisimilitude, but rewriting url is not the unique solution. Have a look to this site <a href="http://builtwith.com/" rel="nofollow">http://builtwith.com/</a> and enter a random url. Web servers send, by default, a lot of data about themselves, so you should avoid that behavior too if you want to "hide" the technology used. Have a look here <a href="http://xianshield.org/guides/apache2.0guide.html" rel="nofollow">http://xianshield.org/guides/apache2.0guide.html</a>. It's "a guide to installing and hardening an Apache 2.0 web server to common security standards.". You may find useful information in there.</p> <p><strong>Edit</strong></p> <p>And also, "PHP templates" are not related to pages URL at all. For example, you could have multiple URL which use the same "PHP template".</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload