Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter AstroPilot

    (@beastro)

    Hi,

    I just found the answer. Permalinks have to be set to default “ugly” mode to make the discovery feature work in DW…

    Berthold

    Thread Starter AstroPilot

    (@beastro)

    Hi,

    In the meantime I reinstalled WordPress and all the blogs associated. One of the problems I had before has been solved, as now fights are linked properly in Dreamweaver now.

    However the other problem I had with Dreamweaver not discovering all related files still exists. I found that this problem only exists if the network is enabled within WordPress. I guess this must be a shortcoming of Dreamweaver not being fully compatible with WordPress network structure.

    Regards

    Berthold Hamburger

    Thread Starter AstroPilot

    (@beastro)

    On second thought, I cannot move it to the root, as it will interfere with my shopping cart that occupies already the root directory.

    I also recall that it is allright to install WP in its own folder, as long as you use subdirectories and not subdomains. Is that correct?

    In any event, how would I have to modify the htaccess file to make things right?

    Thanks

    Berthold

    Thread Starter AstroPilot

    (@beastro)

    Yes, I upgraded from 2.9 some time ago.

    On the bright side, none of the blogs is active yet, so I could erase the installation and start from scratch again, since I have not invested time in setup etc. yet.
    Would that be recommended, or is there an easy fix for my issue?

    What would be important to consider in case, I start from scratch again? All in all I will need 3-4 blogs for different parts of my domain. 2 will be managed by myself and 1 or 2 will be owned by associates.

    Thanks for your time and help!

    Berthold

    Thread Starter AstroPilot

    (@beastro)

    Hi,

    Yes, the code in htaccess is:

    RewriteEngine On
    RewriteBase /blogs/
    
    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    That code has been created by the softaculous installation of WP via cpanel. I have not modified it so far.

    Thanks

    Berthold

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