mcwelja
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin won't load – white screenI have menage to solve what was problem. Everything is working OK now.
Forum: Fixing WordPress
In reply to: wp-admin won't load – white screenUpdate:
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?
Forum: Fixing WordPress
In reply to: wp-admin won't load – white screenAny other ideas?
I have try everything, checked wp-config, htaccess, disabling plugins, disabling theme…
What else to try? Please help.Forum: Fixing WordPress
In reply to: wp-admin won't load – white screenI have checked everything, and all is fine. I even updated php files from original theme and still white screen only
Forum: Fixing WordPress
In reply to: wp-admin won't load – white screenHere 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]