goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

broken installer #24

Closed marcocagnoli closed 12 years ago

marcocagnoli commented 12 years ago

Hi, installation process is broken with 0.5.5 RC 2. The process seems to work, but links in the main page are broken.

Something still works if I don't select the "hide index.php" option (everything is good with my mod_rewrite).

Thanks, Marco

goFrendiAsgard commented 12 years ago

Hi, Marco I've try it in several server, and has no problem.

Please check your .htaccess (it is hidden). Is RewriteBase option (line 4) point to the correct location?

For example, if you should access http://localhost/myfolder/ to open No-CMS, then the RewriteBase should be /myfolder/

Thanks

goFrendiAsgard commented 12 years ago

There is another ".htaccess" error From Miguel Armada Wherner:

Hi, I'm learning CodeIgniter, so I downloaded the latest stable version of No CMS to check out the code. But I can't make it work, I already installed it followed the installation process, database was created succesfully and I got to the home page. When I go to http://127.0.0.1/no-cms I can see the Home page but when I click on any link it gives me error 404. Maybe it's an issue with htaccess, I don't know.

Example: Url for the blog (http://127.0.0.1/ci-nocms/blog) -> error 404

Do you know how to fix this?

Thanks.

goFrendiAsgard commented 12 years ago

This has been confirmed to be fixed by Miguel Armada Wherner.