Hi
I have installed drupal 8 with no issues during install. When I goto main page after installation i see plain html being served with no styles and additionally clicking on any link gives me page not found. I uncommented line 119 in .htaccess file "RewriteBase /drupal" which fixed issue of page not found, but I am still getting plain html with no styles...
Any ideas?
When I look at source I see this
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_oJXVRiVVXTrFDi-NoHdg7SPwktIcppdKD4eAvvmsQ6o.css?0" media="all" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_Va4zLdYXDM0x79wYfYIi_RSorpNS_xtrTcNUqq0psQA.css?0" media="screen" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_H4-inVMXCBkkwPMVbOb8HIReynA6yVBHY5bqSLmY5f8.css?0" media="all" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_LWdJXqFrYTulgzDb6janmYEx9QpHyQmyxnHxSZa0u84.css?0" media="all" />
Clicking on any one of them gives me error page
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at no-reply@x10hosting.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have installed drupal 8 with no issues during install. When I goto main page after installation i see plain html being served with no styles and additionally clicking on any link gives me page not found. I uncommented line 119 in .htaccess file "RewriteBase /drupal" which fixed issue of page not found, but I am still getting plain html with no styles...
Any ideas?
When I look at source I see this
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_oJXVRiVVXTrFDi-NoHdg7SPwktIcppdKD4eAvvmsQ6o.css?0" media="all" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_Va4zLdYXDM0x79wYfYIi_RSorpNS_xtrTcNUqq0psQA.css?0" media="screen" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_H4-inVMXCBkkwPMVbOb8HIReynA6yVBHY5bqSLmY5f8.css?0" media="all" />
<link rel="stylesheet" href="/drupal/sites/default/files/css/css_LWdJXqFrYTulgzDb6janmYEx9QpHyQmyxnHxSZa0u84.css?0" media="all" />
Clicking on any one of them gives me error page
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at no-reply@x10hosting.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.