• Resolved dsortax

    (@dsortax)


    Is there any way to prevent ppl from seeing my source code by right clicking and view source? It’s important for me. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Never. You can go to any website and see their code. Myspace, youtube,wordpress you name it. There’s no code that’ll prevent your users from seeing it. Sorry :/

    NB: They can only see the rendered HTML or CSS, NOT your PHP code, this is rendered on your server and then sent to them.

    But I’m guessing that probably wasn’t your question. Useful to know anyway.

    You can encrypt html code. There are many progams for that. Do a web search for encript source code.

    It would be difficult to do with WP as the pages are generated dynamically but it is possible for a normal static html site.

    Thread Starter dsortax

    (@dsortax)

    Alright thanks !

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to prevent ppl from seeing source code?’ is closed to new replies.