WordPress On subfolder

Maybe try something like this.. .htaccess on your root: # 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 .htaccess inside your /wordpress/ directory: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ – [L] RewriteCond … Read more

Reinstall WordPress from zero

Yes, you’re right. Steps need to do: Delete the db related to your WordPress installation( or you can just emty your db without deleting it. This option will save several minutes of your time to not creating another database ) Delete all files related to your installation Upload another version of website, unzip it( if … Read more

Installing WP twice in same Directory?

Have you considered setting your main site to a multisite setup? This would allow you to use the same wordpress files from the root and serve a wordpress site under the /seperatesite/ directory without the need for duplicating files. take a look at: http://codex.wordpress.org/Create_A_Network If you need any specific help regarding setting this up then … Read more

Backup blog posts only

On your old site go to Tools > Export in the admin area. You can select what you want to export. In your case “Posts.” Click Download Export File On the new site you’ll go to: Tools > Import > WordPress You’ll have to hit a button to install the core plugin, but you can … Read more

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