• Hello. My english is pretty bad so i will be very grateful for help. I moved wordpress installation from server to server and the same domain domain.com/pl to domain.com/pl everything works fine BUT. I would like it to be installed on domain.com without /pl but it does not work. Homepage works but every other page doesnt. I used script to “replace” domain.com/pl with domain.com but it does not help either. So it means i probably did something wrong with the replacement directory script.

    thx in advance

Viewing 1 replies (of 1 total)
  • Look inside your wp-config.php

    Look for this code

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');

    Right at the very end of the last line above check that you do not have ‘/pl’
    if you do change it to just ‘/’

Viewing 1 replies (of 1 total)

The topic ‘moving wordpress to other folder’ is closed to new replies.