⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

not able to access asets



webdev23
  • profile picture
  • Member

Posted 28 October 2013 - 17:19 PM

Mysite is exactly as your diagram illustrates for codeigniter. I changed my htaccess to make the assets main folder accessible. For example, CI catches and 404s this url

mysite/assets/grocery_crud/css/ui/simple/images/animated-overlay.gif

 

When I go the examples page, database records display but in almost an ascii sense, not styled. and the actions are ugly and misplaced.

 

Any ideas how to correct? Am I missing something in my htaccess?

 

I tried the exmaple on this page:

http://www.grocerycrud.com/documentation/create-crud-codeigniter-tutorial

 

And it shows the same thing.

 

Many thanks.

 

 

EDIT - I guess spelling counts in htacess - please diregard


Amit Shah
  • profile picture
  • Member

Posted 30 October 2013 - 19:39 PM

can you share your htaccess file?

Can you also make sure you can actually access the content through browser using url?


webdev23
  • profile picture
  • Member

Posted 04 November 2013 - 13:51 PM

fixed - thanks.