• Séno

    (@bogyharseno)


    Does any one help me fixing broken image URL in WP 3.1 multisite? I’ve modified the httpd.conf like this, but doesn’t work too:

    <Directory /home/desamd46/public_html>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    </Directory>

Viewing 2 replies - 1 through 2 (of 2 total)
  • AllowOverride FileInfo Options

    Thread Starter Séno

    (@bogyharseno)

    Doesn’t work too. Any solutions for my case? Really i confuse with this error. My network uses subdirectory system, and the last code i’ve try :

    DocumentRoot /home/desamd46/public_html
    Port 80
    DirectoryIndex index.htm index.html
    ServerRoot /usr/local/apache
    
    <VirtualHost 116.213.48.87:80>
    DocumentRoot /home/desamd46/public_html
    ServerAdmin [email protected]
    ServerName desamerdeka.com
    ServerAlias www.desamerdeka.com
    User desamd46
    Group desamd46
            <Directory /home/desamd46/public_html>
            	Options Indexes FollowSymLinks MultiViews
    			AllowOverride FileInfo Options
            </Directory>
    </VirtualHost>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixing broken image URL in WP 3.1 Multisite’ is closed to new replies.