Search found 8 matches

by David
Thu Feb 15, 2018 11:43 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

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, than...
by David
Thu Feb 15, 2018 4:58 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

Thanks. It shows that mod_rewrite is a loaded module.
by David
Thu Feb 15, 2018 1:40 am
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

I don't know. I'm using MAMP. How do I check?
by David
Wed Feb 14, 2018 5:57 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

Yes, that is in the root directory above the blog folder.

How do I exclude the blog folder? Thank you.
by David
Wed Feb 14, 2018 2:37 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

Yes. This is what is in my .htaccess file:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
by David
Wed Feb 14, 2018 2:21 am
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

When I do that, only the main page shows. Clicking any link produces a 404 error.
by David
Tue Feb 13, 2018 7:46 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

The rest of the site is hard-coded as .html files.

I want to run Bludit as a blog inside the blog folder only.

example.com/blog is where the Bludit install will run from.

Right now it's example.com/blog/bludit
by David
Tue Feb 13, 2018 4:41 pm
Forum: General
Topic: [Solved] How do I put Bludit into a Blog folder?
Replies: 14
Views: 5271

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

I am working in dev on MAMP. I got Bludit to work inside my blog folder at localhost/blog/bludit I want to use Bludit for the blog only, the rest of the site will be static HTML. How do I configure it to work in localhost/blog/ I have searched this forum but did not find instructions. Thank you.