Mobile app version of vmapp.org
Login or Join
Jennifer507

: Are those steps good enough to protect my website from being copied? First, I typed this code Options -Indexes in the file that is named .htaccess. This will prevent accessing/sharing the directories

@Jennifer507

Posted in: #Copyright #Javascript #Protection

First, I typed this code

Options -Indexes


in the file that is named .htaccess.
This will prevent accessing/sharing the directories of my website so that users cannot access/read the codes unless they are on my website. I mean visitors can only execute/run the code if they are on my website.

Second, I'll not write any important codes in the index.php page. I'll refer the codes instead such as:

<script src="myscripts.js"></script>


and sometimes I will use php to run codes from other files.

Is this a good way to protect my website and my own codes from being stolen? It would be hard for me to copyright it using a license. I cannot be protected by the law because I've never done something like this before and It requires experience. It might be too expensive to ask a lawyer. The earnings from that website will not cover those costs. Moreover, I live in a third-world country where nobody invents anything and copyright laws here are too weak or maybe there are no copyright laws at all (I'm not sure). That's why I would like to protect it technically.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Jennifer507

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme