To move all files & folders from one destination to another:
mv /path/sourcefolder/* /path/destinationfolder/
To move All files & Folder of current:
mv * /path/destinationfolder/
To move single File:
mv filename.zip /path/destinationfolder/
Open the file for editing and paste the following snippet inside the .htaccess file: <IfModule mod_headers.c> Header always set S...
No comments:
Post a Comment