thanks again for the response, yes I also change the base url of the forum to */mydomain.com/forum in the config.php
2 2009-05-28 03:12
Re: index.php in url (6 replies, posted in PunBB 1.3 troubleshooting)
The Index link is a link to the Base URL of the forum, which you write on the installation page. So it can't be "mydomain.com/index.php". Have you changed any code in the forum's core?
Yes I remember, now I tried to reinstalled it again and the forum appears at web address like this: mydomain.com/forum/ (I renamed punbb-1.3.4 directory w/ forum directory since I want the address of the forum to appear */forum and not */punbb-1.3.4 . Please tell me what to do if this is not adviceable).
My problem now is when I access mydomain.com the page only shows index/ and link to the forum:
Index of /
* forum/
Help again. What should I do next to have a page appear on my main domain?
3 2009-05-27 10:27
Re: Help about creating new post & reply to post (2 replies, posted in PunBB 1.3 troubleshooting)
1) Replace PUN_ROOT constant with FORUM_ROOT.
2) You missed "." between PUN_ROOT and "include/parser.php", should be: FORUM_ROOT.'include/parser.php'
Thanks you, Its working fine now.
4 2009-05-27 02:42
Topic: Help about creating new post & reply to post (2 replies, posted in PunBB 1.3 troubleshooting)
I dont know when this happened but when I clicked the post new topic and post reply this error appear on the page:
Warning: include(PUN_ROOTinclude/parser.php) [function.include]: failed to open stream: No such file or directory in /home/a1178158/public_html/post.php(477) : eval()'d code on line 52
Warning: include() [function.include]: Failed opening 'PUN_ROOTinclude/parser.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a1178158/public_html/post.php(477) : eval()'d code on line 52
Image:
The forum is just new & Im just a new user of punbb, please I need your idea how to fix this one.
5 2009-05-27 02:08
Re: index.php in url (6 replies, posted in PunBB 1.3 troubleshooting)
I mean I want my domain to appear in the address bar like mydomain.com/forum when clicking the index and not mydomain.com/index.php. How can I change it?
6 2009-05-25 13:36
Topic: index.php in url (6 replies, posted in PunBB 1.3 troubleshooting)
Hi! Im new in punbb. I just installed it and notice that index.php keeps showing when I clicked the title of the forum. Any ideas how to remove it? Thanks in advance.