Tag overview for: 'file'
Entries on this site with 'file'
- WordPress error: "Download failed. Destination directory for file streaming does not exist or is not writable."
Add the tmp directory path in the wp-lonfig.php file as below- define('WP_TEMP_DIR','D:\home\\tmp'); That's it. - How to increase/decrease the upload limit for PHP in the Windows 2003/2008/2008 R2 server
We need to upload using the web interface on a PHP-based application sometimes. We have to set an upload limit by which we can allow a domain/directory to upload the file/ - Permission reset for files/folder on Windows
Please use the command below to reset permissions on the files/folder: attrib -R -S XXXX\*.* /S /D Here XXXXX stands for the complete file path with the file name. - Installing the Kartris CMS and getting "Error: Kartris is already installed"?
1- In the web.config file, see if this line is already there -> If it's there in web.config, you can try to remove it and see if that helps. 2- Drop the database tables an - Steps to restart the MSSQL server services
You can re-start the SQL server in 3 ways: 1. Management Studio - Open the Management Studio, connect to the server, right-click on the server name and click restart. 2. S - How to create a H-Sphere user control panel settings XML file
Login the H-Sphere control panel server as a cPanel user:- [[email protected] jhsrvadmin]# su -l cpanel -bash-3.2$ java psoft.hsphere.migrator.UsersInfoExtractor -force -users -user - How we can update AWStats manually (Unix server)
1. Go to the Unix server. 2. cd /hsphere/shared/awstats/wwwroot/cgi-bin 3. Run the command for updating the domain (perl awstats.pl -config=userdomain.com -update) [It wil - Problem attaching a file in an email message?
Please keep the points below in mind:- >> The file size should not be large. >> Check if lots of programs are running. >> Check if the connection speeds are slow. - How to redirect an old document to a new document using the .htaccess file in the Linux command mode
You need to do the entry below in your .htaccess file for redirection:- Redirect 301 / oldfile.html yourdomain.com/newfile2.html - How to change a WordPress website's URL?
You need to add the new URL in the wp-config.php file. For example- define('WP_HOME','/blog'); define('WP_SITEURL','/blog'); - Download files in the Linux CLI mode
>> We can download any files through the "wget" command in the Linux command mode :- ? wget www.example.com/archive.zip >> We can download and store the above examp - How to make an archive with the exclusion of a directory/file
Sometimes it is necessary to make an archive with the exclusion of a folder or files. In such a case, the command below helps us do that on the Linux server:- tar -pczf My - How to quickly create an email attachment in Outlook
Sometimes we forget to attach a file or attachment in an email as it can take a lot of time. But we can get rid of this problem by following the step below:- >> Drag the f - Steps to upload a file on the web through the webshell in the control panel
1. Login to your control panel 2. Select FTP/User Account menu > FTP User. 3. On the page that appears, click on the small computer icon. 4. On the page that appears, you
Related tags
.htaccess, 2003, 2008, apache, application, archive, attach, attachment, awstats, change, cli, cms, command, commandline, commandprompt, controlpanel, create, database, destination, directory, download, email, error, exclude, exclusion, exist, failed, files, folder, hsphere, installation, interface, kartris, limit, linux, mail, mailbox, manually, max_file_uploads, message, microsoft, msc, mssql, outlook, path, permission, permissions, php, php_based, php.ini, problem, quickly, r2, redirect, reset, restart, server, services, settings, site, sql, streaming, tar, tmp, unix, update, upload, upload_max_filesize, url, user, web, web.config, webshell, wget, windows, wordpress, wp_config, wp_lonfig.php, writable, xmlExternal feeds for 'file'
Click icon for a list of links on 'file'