JSFiddle - React, Tailwind, and code Playground
JavaScript
var str = "http://localhost/TantraProjects/CollectiveCraft/Repo/WebSite/index.php/crafts/t-lights.html";
var modUrl = str.substring(0, str.indexOf("php") + 3);
alert(modUrl);
var str = "http://localhost/TantraProjects/CollectiveCraft/Repo/WebSite/index.php/crafts/t-lights.html";
var modUrl = str.substring(0, str.indexOf("php") + 3);
alert(modUrl);