.htaccess – load index.php when no specific word otherwise other file – Apache
I want to load index.php by default BUT if there is call or call.php in url it should load call.php file instead: Default URL (below URLs should load ROOT/index.php): http://example.com/rgt-cfjv-vlm http://example.com/index.php/rgt-cfjv-vlm Other URL (below URLs should load ROOT/call.php): http://example.com/call/rgt-cfjv-vlm http://example.com/call.php/rgt-cfjv-vlm…