Maybe if you provide the code that you are not sure is correct or not, then we may be able to understand your question easier so it can be answered.Hello,
I need to create a file for hosting where x-page .onion files will be directed to the appropriate pages on the server. I don't know if I wrote it correctly, so maybe it will be easier to answer the questions.
Regards
Create the PHP files that will handle requests to your .onion address. For example, you might create an index.php file in your web server's root directory.Hi
I don't have the code, and all I learned from technical support is that for it to work, I need to place the index.php router script on the server. I have no idea about .php, so hence my post on the forum. I'm looking for someone who has already written such code, at my place or has a tutorial or knows a website where it is described.
Regards
<?php
echo "<h1>Welcome to My .onion Site</h1>";
echo "<p>This is a hidden service hosted on the Tor network.</p>";
?>