GraphicsNinja
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On Page@esmi. Thanks for the response. Tried both the methods but still not resolved. -_-
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On PageIs there anything that should be added in .htaccess? It’s php version 5.2 running on the server.
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On PageHere’s my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On Page@Ticksindia. Thanks for the response, but the solution in that thread is about to access the Admin Panel, I’m unable to access the Dashboard because “wp-admin” also have the same issue like “wp-admin”. Every php page is just showing the code in text format.
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On Page@mike. Thanks a lot. I’ve just sent an email to the support.
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On PageNo, i don’t manage my own server. We’ve a JustHost.com shared hosting. But we have the access to “Apache Handlers” in our cpanel. Will it help?
Thanks.
Forum: Fixing WordPress
In reply to: WordPress Website Showing Code Text On PageHi, thanks for the response. There’s no custom defined Apache handler of php. Should i add it there?