New install of wordpress, my url goes to index of/

You might need to create .htaccess file inside your site’s home directory(like : /public_html) Here is the sample : # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress And also check your files permission. See Details : … Read more

Automate the installation of postfix on Ubuntu

You can use pre-seeding for this, using the debconf-set-selections command to pre-answer the questions asked by debconf before installing the package. For example: debconf-set-selections <<< “postfix postfix/mailname string your.hostname.com” debconf-set-selections <<< “postfix postfix/main_mailer_type string ‘Internet Site'” apt-get install –assume-yes postfix

I moved my WordPress site to the main directory and now I can’t access my admin

You’re almost there, it’s just the other way around: define(‘WP_HOME’,’http://www.m2comm-semi.com/new’); define(‘WP_SITEURL’,’http://www.m2comm-semi.com’); WP_HOMEis the URL where the actual files are and WP_SITEURL is the URL under which you access the site. Also be aware that this doesn’t go in the functions.php but in the wp-config.php The Admin is always accessible via the actual location of the … Read more

Installation question

I would recommend that your do the get the following from theme. There host. It is good to know a persons host before starting work on there website. You should make sure that you have full admin access, or if they have multisite then Super Admin. This way you can have all the freedom to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)