• Resolved aajax

    (@aajax)


    I followed the instructions described within –

    http://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory

    and ended up with the so called pretty permalinks to existing posts being broken. I can change back to the default option for permalink structure and regain access to those posts but reverting again to pretty permalinks again results in broken links.

    How do I overcome this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aajax

    (@aajax)

    It turns out that I can manually insert the directory name that refers to the location specified by Options>Wordpress address and the links work. I’ve tried configuring Apache2 with both an Alias and a symbolic link in the directory specified for Blog address. This suggests to me that the rewrite rules are messed up. I did pay attention to the rules displayed when updating permalinks and there was no change from what I previously had specified in htaccess.

    Does that provide useful insight? I’m still unable to make it work.

    Thread Starter aajax

    (@aajax)

    Found it! In the process of setting up Apache2 for the new document root I used a block of code for the Directory directive which contained AllowOverride none, which apparently superseded the AllowOverride all specified for the system root / directory. Insofar as the .htaccess file is now in the new document root it is necessary to allow it to be processed.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Specifying different WordPress address breaks permalinks’ is closed to new replies.