404 – File or directory not found. when use codeigniter in windows IIS I am Facing error message when deploy codeigniter php site to windows server 2013 (iis8) Error Showing when click in link of sub page: 404 – File or directory not found. The resource you are looking for might have been removed, had…
Explore MoreNow we’ll discus about some basic linux commands with examples, you’re almost always going to need those commands, so better to remember them. However from my experience, it’s much easier to remember if you write them with pen on paper, rather than just typing on terminal. 1. pwd command This command prints the location of your…
Explore MoreTo remove a directory that contains other files or directories, use the following command. rm -r mydir In the example above, you would replace “mydir” with the name of the directory you want to delete. For example, if the directory was named “files”, you would type rm -r files at the prompt. Executing the above command would…
Explore MoreFor many users of Linux, getting used to file permissions and ownership can be a bit of a challenge. It is commonly assumed, to get into this level of usage, the command line is a must. Although there is always far more power and flexibility to be had, running seemingly complicated command isn’t alwaysa necessity. With…
Explore MoreIntroduction While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt. phpMyAdmin was created so that users can interact with MySQL through a web interface. In this guide, we’ll discuss how to install and secure phpMyAdmin so that you…
Explore More