Forum Replies Created

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

    (@mcwelja)

    I have menage to solve what was problem. Everything is working OK now.

    Thread Starter mcwelja

    (@mcwelja)

    Update:

    Warning: Cannot modify header information – headers already sent by (output started at /home/vabis/public_html/wp-content/themes/Accent/Accent/functions.php:824) in /home/vabis/public_html/wp-includes/pluggable.php on line 876

    Any help?

    Thread Starter mcwelja

    (@mcwelja)

    Any other ideas?

    I have try everything, checked wp-config, htaccess, disabling plugins, disabling theme…
    What else to try? Please help.

    Thread Starter mcwelja

    (@mcwelja)

    I have checked everything, and all is fine. I even updated php files from original theme and still white screen only

    Thread Starter mcwelja

    (@mcwelja)

    Here is copy of .htaccess:

    RewriteOptions inherit
    # WordPress SEO – XML Sitemap Rewrite Fix
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sr/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /sr/index.php [L]
    </IfModule>

    # END WordPress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sr/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sr/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sr/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sr/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    RewriteCond %{HTTP_HOST} ^.*$
    RewriteRule ^/?$ “http\:\/\/www\.vabis\.co\.rs\/sr\/” [R=301,L]

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