[Solved] How do I put Bludit into a Blog folder?

David
Jr. Bludit
Posts: 8
Joined: Tue Feb 13, 2018 4:35 pm

I don't know. I'm using MAMP. How do I check?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
David
Jr. Bludit
Posts: 8
Joined: Tue Feb 13, 2018 4:35 pm

Thanks. It shows that mod_rewrite is a loaded module.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Okay. And what is in the .htaccess in the directory /blog?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
David
Jr. Bludit
Posts: 8
Joined: Tue Feb 13, 2018 4:35 pm

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
Post Reply