How to Point WordPress Default Media Upload Directory to New Location

WordPress stores your media files like image, video, audio, flash etc in a default location in the wp-content/uploads directory. The default media upload directory is wp-content/uploads/ . But if you don’t want to use this directory, you want to store your media files in another location. WordPress has an option to change this default media uploads location. Its very easy way but if you are very new to WordPress you may think it difficult. So what to do for this? Continue reading

WordPress Problem to Pass External Domain as URL Query String Parameter Value

Today I have discovered a strange problem of WordPress / Apache. WordPress / Apache is unable to handle an URL with a query string parameter containing a link of external domain (Cross Domain). It shows not found page. I am trying call a static story.html file from my upload directory. I have to pass some query string with URL of my story.html file. But when I am trying to pass some query parameter in the URL then I am going to a not found page. Continue reading

Slim : a PHP micro framework

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

Download Slim

FEATURES

  • Powerful router
    • Standard and custom HTTP methods
    • Route parameters with wildcards and conditions
    • Route redirect, halt, and pass
    • Route middleware
  • Template rendering with custom views
  • Flash messages
  • Secure cookies with AES-256 encryption
  • HTTP caching
  • Logging with custom log writers
  • Error handling and debugging
  • Middleware and hook architecture
  • Simple configuration

SYSTEM REQUIREMENTS

PHP 5.3.0 or newer

SLIM DOCUMENTAION

Track Who is Trying to Login into Your WordPress Admin Panel

You may think your website is very new and not much popular. So none can try to hack your WordPress. If you think so then I will tell you are wrong. Form my real experience I know some bad guys are always trying to hack any website. It is a hobby of theme. And some people may hack an website for his benefit. WordPress is an popular and open source CMS. Everybody know the internal codes of an WP site. And it is a nice playground to hacker. Your site is not risk free. Hackers are always trying to hack your site. Continue reading