I installed on a full subdomain of example.com. One with its own cpanel and mysql db. BLOG.example.com/ I moved these 4 folders to BLOG.example.com. BLOG.example.com/lyceum BLOG.example.com/installation BLOG.example.com/config BLOG.example.com/lyceum
Installation went well. Admin could log in and alter his profile. A new user could come along and register (admin2) log in and create a blog
BLOG.example.com/lyceum/BLOG1.
That goes well. But when admin2 goes to ... BLOG.example.com/lyceum/portal.php. And sees his blog. BLOG1 listed under MY Blogs and clicks on it. He gets this ERROR:
The requested URL /INDEX.PHP (????)was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
When hovering over the link it shows correctly (http://BLOG.example.com/lyceum/BLOG1). But somewhere between the click and the error something goes wrong.
Where did the request for /INDEX.PHP come from??
When you look in file manager there is no BLOG1 folder nor is it in BLOG.example.com/lyceum/.
Is lyceum supposed to place a folder in the diectory somewhere named BLOG1 or is this all virtual and in the database?
I don't have .htaccess in BLOG.example.com/. I left the original one in place found at BLOG.example.com/lyceum
( the upper case BLOG is just for clarity) everything is lowercase.
UPDATE: When i created a folder named BLOG1 in BLOG.example.com/lyceum. The error disappeared and the link opened into the naturally empty folder. Now how do i get Lyceum to do that?