elgg

Css not loading in elgg framework


I downloaded all code and database from server and installed on local.but the css files are not loading on local. same working on server, please help!!

server image: https://i.sstatic.net/W8JSN.jpg

local image: https://i.sstatic.net/1pFkc.png

database settings on local

Table Name: elgg_datalists

path: C:/xampp/htdocs/elgg_backup/

dataroot: C:/xampp/htdocs/elgg_backup/data/ 

also,when i open any page it give me view not found error.


Solution

  • You need to change in another link in database in elgg_site_entity table change the path your local path

    http://localhost/elgg_backup/
    

    If it's still not work then change the base path in htaccess file to your folder path like this

    RewriteBase /elgg_backup/
    

    Hope this help you.