Manav Malik
Hacker
@0xmmalik
A couple weeks ago (on June 8th), I sent an email to [email protected] and was pleased to get a reply in less than 13 hours. However, I replied to that
DillonB07 I recommend using Mailtrack. It will tell you whenever your email is read.
Mailtrack
NOTE: Mailtrack is only for Gmail.2 years ago
DynamicSquid Hi!
If it's a question regarding the Replit company, then I would suggest doing what Coder100 said. If it's a question regarding the Replit community (Replit Talk, Replit Apps), then ping me or another one of the mods and we'd be glad to help :)2 years ago
Coder100 Because of the huge number of people using the email for their questions, consider adding URGENT to the subject line, or using a team member email account, for example [email protected]2 years ago
Want to thank someone but don't want to sound shallow? I have the perfect thing for you! Now, saying "thanks a million" can actually mean something! J
PHP Web Server
Recently, repl announced their transition from repl.it to replit.com. I wonder, will they change the hosted servers/websites from repl-name.username.r
Why is javascript syntax highlighting broken? There's no highlighting. I am in a PHP file and using `` tags.
Coder100 Hi! This is something with the monaco editor. I doubt anyone can do anything about it, but if you are concerned, ping @theangryepicbannana about it. He works on the syntax highlighting.
Report here as well
EDIT
it appears TAEB has rewritten the whole syntax highlighting file, and forgot to add js.3 years ago
PattanAhmed @ManavMalik Hi,
if you thought that you are sure that something opposite is happening,
Then report it in Bugs Section or Feedback Section
Hope this helps.
Please mark my answer if this helps.3 years ago
NoelB33 I think it’s because it’s a php file. Maybe bring this up on https://repl.it/feedback3 years ago
How can I include a custom 404 file in my website? I already have the .html file written. Is there a .htaccess file?
HTML, CSS, JS
TheRealSnowSJ hey there,
Heres how i did it.
Things to know before u do this
It wouldn't be an HTML repl, rather a node.js repl
you need to use something to keep your node.js server running, I used Cron Jobs
1) Download your HTML repl as a zip and unzip it.
2) Make a new Node.js repl and upload the unzipped folder.
3) Rename that uploaded folder to public
4) At this point, make sure index.js , 404.html and README.md (if u have one) are in root. All other files should be in /public, including 404.js, 404.css2 years ago
Vandesm14 .htaccess will not work on repl.it as it requires an Apache server (i think). Try using a PHP server repl instead to see if the htaccess works or not. If that doesn't work, I suggest learning Nodejs Express. This is a super simple yet powerful web server framework built on Nodejs (it's javascript!).
> Please mark this as answered if I helped your problem 👍3 years ago