gelizzy88
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Global Translator] Can’t delete ‘gt-cache’i am having this same problem with this same file. mine won’t delete either
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setits called gt-cache
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setok i see a file in my wp-content that wasn’t there before. It wont delete and i have tried to delete it. It won’t go away
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setoh so i have been hacked??
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setcould it be one of the users? how do i check it and fix it?
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setthere is thisone new user because its an open blog. He signed up twice
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setooo ?? nothings working
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setthis is what my index.php in the public_html says
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setok i found it.lol it was in hiding here is what its says
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setits installed in the public_html folder
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setwhere is my .htaccess files supposed to be located? I don’t even see it. The only one i see that says.htaccess is included in a redirect plugin folder
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t seti deleted the index.php and re uploaded it and now my blog isn’t showing up at all.
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setyes it did exists but i deleted it to see if it would fix the problem. it didn’t
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setok so i deleted and and uploaded it again and it still isn’t working. Now my site isn’t coming up at all
Forum: Fixing WordPress
In reply to: HELP!Redirection being done that i didn’t setso what do i do to my htaccess files?