nicarlo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Upgraded To WP 2.5, One Problem Leftanyone have any suggestions ?
little update:
I have cleared out the injections that were in the database. I quickly looked at some of the php files and there doesnt seem to be anything that shouldnt be there.If I understood a bit more how the redirect works and where they are stored and generated this would help me get to the end of the problem.
Thank you
Forum: Everything else WordPress
In reply to: Upgraded To WP 2.5, One Problem Leftthank you Jeremy for your reply.
I have checked the htaccess and this is what i have `
# -FrontPage-IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
`
Is there something i should be concerned about with this code ?Forum: Everything else WordPress
In reply to: Upgraded To WP 2.5, One Problem LeftHey Whooami,
Hope you are in a better mood this morning
thanks for providing a link this time, it was much more usefulperhaps you could help me or point me into the right direction for this one.
There are redirecting links like the example provided below that are still being pointed to an unwanted/spammer website. My question would be how would i go about removing this ? I am currently going through the mysql Database but cant find any records for this.
EXAMPLE: https://www.domain.com/?p=84350Is it possible that they injected this into an actual file ?
If so which file is most likely for this to have happened too ?Forum: Fixing WordPress
In reply to: Not displaying news article after upgradeI figured it out, i had to modify the .htaccess file.
Thanks for all yall help!
Forum: Fixing WordPress
In reply to: How do you choose your font ??? thanks Spencerp
Forum: Fixing WordPress
In reply to: How do you choose your font ?Thank you very much ! that did it . Cheers mate