Page 2 of 2

Re: How do I put Bludit into a Blog folder?

Posted: Thu Feb 15, 2018 1:40 am
by David
I don't know. I'm using MAMP. How do I check?

Re: How do I put Bludit into a Blog folder?

Posted: Thu Feb 15, 2018 1:11 pm
by Edi
I do not use MAMP (it does not work on my PC). But there should be something about it in the documentation:

https://www.mamp.info/en/documentation/

You can check it also with a file phpinfo.php with the following code:

Code: Select all

<?php
   phpinfo();
?>
This means: Create a file phpinfo.php, load it on your server and open it.

It will show a section "Configuration", where all loaded modules are listed.

Re: How do I put Bludit into a Blog folder?

Posted: Thu Feb 15, 2018 4:58 pm
by David
Thanks. It shows that mod_rewrite is a loaded module.

Re: How do I put Bludit into a Blog folder?

Posted: Thu Feb 15, 2018 7:23 pm
by Edi
Okay. And what is in the .htaccess in the directory /blog?

Re: How do I put Bludit into a Blog folder?

Posted: Thu Feb 15, 2018 11:43 pm
by David
It worked! THANK YOU!

I don't know why but I think it's because hidden files were not visible so the .htaccess file didn't get moved to the /blog folder. Once I turned them on (cntrl + shift + . on a Mac) I could see it and moved it into the folder as well. Now it works.

I am very happy. Again, thank you. :D