python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to remove trailing subfolder/public/index.php from the Laravel 9 website URL on shared hosting?
I'm using Godaddy's shared hosting and the domain I'm using is the primary domain of the cPanel account, hence, I cannot change the document root for the Laravel site. With the current .htaccess codes...
Sheese Sheikh
Votes: 0
Answers: 1
How to get list (full path) of files exist in folder and subfolder in cmd
I would like to get the list of files exist in folder and subfolder with full path.Don’t want any blank folder or subfolder path in list.
Example.
(File exist on path)
~\Folder1
\Subfolder1
\File1.jpg...
Mr UK
Votes: 0
Answers: 1
Loop thru subdirectories and execute
I run the following in a cmd prompt in order to convert .webp files to .jpg, but have to go into each subfolder, one at a time, and open a new command prompt window, ad infinitum...
for %f in (*.webp)...
user13646154
Votes: 0
Answers: 1
Setup X-Frame Options in a virtual directory
I have a LAMP site setup to translate the URL using mod rewrite from:
index.php?controller=items&method=show&id=4
to:
/items/show/4
I want to set X-Frame-Options: SAMEORIGIN in the root dire...
Michael Bernardo
Votes: 0
Answers: 1