electroniccarpenter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Been Hacked.. Header Java Invection@samboll thanks so much for the links I think this will be the route we need to take ;(
Forum: Fixing WordPress
In reply to: Been Hacked.. Header Java InvectionI stepped away from this we thought we fixed it.
Thanks for your help..
http://www.ccolife.org/blog
It is a homeless shelter in Chicago.Forum: Fixing WordPress
In reply to: Is its parent directory writable by the server?Try This…
http://wordpress.org/support/topic/301275
This worked for me 😉Forum: Fixing WordPress
In reply to: Parent directory writable by serverTry This…
http://wordpress.org/support/topic/301275
This worked for me 😉Forum: Fixing WordPress
In reply to: unable to create directory?Uhhh try this…
http://wordpress.org/support/topic/301275Worked for me right away.
Forum: Fixing WordPress
In reply to: Unable to create directoryYes izulien that is what worked for me… took out the long file name and just put in the default with out the leading /
YOU SHOULD NEVER CHANGE ANY PERMISSION TO 777.
That is a a hackers dream…
;0)Forum: Plugins
In reply to: need help setting my .htaccess file for odlinksThree things you need to do.
Set your permalink first.
I Use:
/%postname%/%category%/%post_id%Next go to ODLINK Settings
Change your Slug and Page name to the same name.
I Use:link-directory
Log out of wordpress.
Now edit your .htaccess file.
Here is my file.# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]
RewriteRule !^(classified|link-directory)/ /index.php [L]
RewriteRule link-directory/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=link-directory&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]
</IfModule># END WordPress
You have to change every odlink to your new slug and page name.
Now Stay out of odlinks and permaslinks as they will want to rewrite the .htaccess every time there is an update.
Go to your site and click on the link-directory.
[moderated: removed sig link]
Forum: Fixing WordPress
In reply to: Media manager freezing?HAs this issue been fixed. I sure as hell can’t find the solution.