Changes

From SME Server
Jump to navigationJump to search
412 bytes added ,  16:23, 10 February 2019
Line 71: Line 71:  
     Changing the table prefix to a random string makes it difficult if not impossible for a hacker to execute remote SQL injection attacks.
 
     Changing the table prefix to a random string makes it difficult if not impossible for a hacker to execute remote SQL injection attacks.
    +
A8) Enable the wp-content/uploads folder to be writeable by the webserver process
 +
chown -R admin:shared /home/e-smith/files/ibays/"iBay"/html/"wpsitepath"
 +
mkdir -p /home/e-smith/files/ibays/"iBay"/html/"wpsitepath"/wp-content/uploads
 +
chown -R admin:shared /home/e-smith/files/ibays/"iBay"/html/"wpsitepath"/wp-content
 +
chown -R apache:www /home/e-smith/files/ibays/"iBay"/html/"wpsitepath"/wp-content/uploads
    
     * If you want to have a single blog (personal blog) on one domain, you are done.  
 
     * If you want to have a single blog (personal blog) on one domain, you are done.  
137

edits

Navigation menu