I’m curious about this naming file with double dots just like this: “file.name.php”.
Will this be still a valid url even if it is working inside my page where PHP include call this filename like this setup:
<?php include ('includes/pages/file.name.php'); ?>
Am I going to have problem / conflict if i implement this to my site over to server & browsers?
You can have dots
.in the file name. It’s still a valid file.If you are looking for good practice then use hyphen
-or underscore_Example,
file-name.phporfile_name.php