I’ve been doing a few site builds lately, and I really hate having the root folder so cluttered. I don’t want anything impacted on the idea, like SEO, plugin/theme complications, etc.
Is this a good idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The physical locations of your files and the URLs to access resources are logically distinct. You can put your application anywhere you want and use your web servers configuration directives to serve them from any URL.
PHP generally is “file based” system. Each URL executes a .php file (usually) and so the distinction above gets a little blurred.
WordPress is served from a root directory (point of installation) and all things are picked up from there so sub directories are not an issue.