php - Are there any problems associated with using files with no extension on a server? -


i use files no extension on server. reason can use filename variable name well. overall makes things far easier in application making.

the file used include file in php site , works no problem. question is... there discernible problems having no extension or bad practice? there compatibility issues if imported site server?

edit: closed off topic. reason because tagged "file-extension" , referring file extensions. tagged php when in reality talking php. bad.

downvoted through lack of research... here list of links on stackoverflow relating problems having no extension:

1.

i not take approach, if necessary application revolve around setup. there should major problems.

as moov tony said, permissions filesystem based, not based on actual extension.

i monitor http requests on otherhand, makesure these files not being naviated through http:// address.

i believe website rippers out there might beable extract such files. no server sided scripting can ripped using said website rippers.

so overall, yes. there should not problems revolved around solution this. monitor http requests website detect whether these filenames being navigated manually.


on other hand, need re-configure webserver tell such filenames. typically, webservers default outputting file contents if nothing instructed.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -