1 adi_kwok Apr 21, 2014 07:06
3 adi_kwok Apr 25, 2014 13:55
i did mistake which made me stucked again sir,
just can make like this:
http://adikwok.no-ip.biz/mobile/blogs/blog2.php/blogwords-day-4-look
while i tried to be able like this:
http://adikwok.no-ip.biz/mobile/blogs/blogwords/blogwords-day-4-look
* change that blog2.php to the folder /blogwords,
i did your simple step guidance, still cant get the result well, sir
after i changed url, relative to /blogwords, couldnt get back to admin page
tried to look at /conf/_config.php :: only starred at those lines,
seaching for which part to change, i couldnt find any clue
regards,
4 mgsolipa Apr 26, 2014 23:17
All right, lets start again.
At this moment, http://adikwok.no-ip.biz/mobile/blogs/blog2.php is working properly. So lets work over your own example.
1) Create the folder blogwords
in blogs. The new path should look like: blogs/blogwords
2) Copy blogs/blog2.php
to blogs/blogwords
3) Rename blogs/blogwords/blog2.php
to blogs/blogwords/index.php
4) Edit the line 34 of blogs/blogwords/index.php
by adding ../ before of the conf/_config.php section. Your new line should look like this: require_once dirname(__FILE__).'/../conf/_config.php';
5) Set the Blog base URL (http://b2evolution.net/man/blog-url-settings) to Relative to baseurl and type blogwords/ in the field next to the radio button's label.
6) Save changes.
I can't explain it any simpler. Those are the exact steps that I followed to make an URL like the one that want to work in a fresh installed b2evo. If it doesn't work, maybe there is another issue that we are missing.
Please, let us know how is this going.
Regards!
5 adi_kwok Apr 26, 2014 23:31
thx for your humble understanding, sir
according to your step by step simple guidance, ..
it works:
http://adikwok.no-ip.biz/mobile/blogs/blogwords/
just miss the post, still cant be read
http://adikwok.no-ip.biz/mobile/blogs/blogwords/blogwords-day-2-breath
what must to be done, sir ?
regards, from jakarta, indonesia
Hi @adi_kwok,
For the site in the image above I did this:
1. Create a folder
blogs/blog1
and put a stub file (http://b2evolution.net/man/stub-file) named index.php in it. Note: be careful with the route to the file _config.php.2. Set the Blog base URL (http://b2evolution.net/man/blog-url-settings) to "Relative to baseurl" and type "blog1/" in the field next to the radio button's label.
3. Save changes.
Regards!