How to disable Cluster ?
Location of my file shows
/nas/wp/www/cluster-40926/securityorg/test_moodle
Here is the code
$dir = dirname(__FILE__);
echo "Full path to this dir: " . $dir;
Output:
Full path to this dir: /nas/wp/www/cluster-40926/securityorg/test_moodle
How to remove cluster-40926 from my path directory.
if you really want to just remove it you could use preg_replace(), because it is always the same, it is easy to find and you can just replace it with nothing!