Search found 3 matches

by Diniz
Tue Apr 16, 2024 7:23 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 4
Views: 664

Re: Home without index.php

This below works. Thanks for your help! <IfModule mod_rewrite.c> RewriteEngine on # CMSMS installation is in subdirectory RewriteBase /cmsms # force https RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # remove 'www' from REQUEST_URI RewriteCond %{HTTP_HOST} ^www...
by Diniz
Mon Apr 15, 2024 8:51 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 4
Views: 664

Re: Home without index.php

It looks like you've done it correctly, is there any chance your DirectoryIndex isn't configured correctly, and/or you have an index.html or similar file in your site's directory? Yes that's it! There was an index.html present. After removing it is working now, but also index.php still is. How can ...
by Diniz
Mon Apr 15, 2024 7:14 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 4
Views: 664

Home without index.php

I just started with CMSMS. How can I remove index.php from the home URL? This is my root: https://localhost/cmsms/ I followed the instructions on this page to get it done but without result: https://docs.cmsmadesimple.org/configuration/pretty-url The only thing I did else so far after installation i...

Go to advanced search