| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Marcin
Joined: 25 May 2008 Posts: 4
|
Posted: Tue May 27, 2008 3:19 pm Post subject: I have big problem with virtual folders. |
|
|
Hi. I want to use virtual folders. I had my phpbb 3.0.1 forum with Simple SEO working no problem.
Today I come on, and my forum is messed up. The images are broken (the URL to images is incorrect), when I click "Post New Topic" and some other links, I get "404 Page Not Found" (actual location of posting.php is root/posting.php, but because of virtual folder, it goes to root/f#/posting.php), and the CSS stylesheet doesn't open because the URL points to wrong location.
Is there a way to keep using virtual folder for my forums, and to fix this issue, without having to put my full domain in front of every image and stylesheet? And how do I fix the URL of the broken links?
My forum is at http://abetalk.com |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Tue May 27, 2008 4:23 pm Post subject: Re: I have big problem with virtual folders. |
|
|
Did you include a base tag?
| Code: | <head>
<base href="http://abetalk.com/phpBB3" />
...
</head> |
|
_________________ Dan Kehn |
|
| Back to top |
|
 |
Marcin
Joined: 25 May 2008 Posts: 4
|
Posted: Wed May 28, 2008 2:23 am Post subject: Re: I have big problem with virtual folders. |
|
|
| That works. Thanks a lot. |
|
|
| Back to top |
|
 |
Marcin
Joined: 25 May 2008 Posts: 4
|
Posted: Sun Jun 01, 2008 2:22 pm Post subject: Re: I have big problem with virtual folders. |
|
|
Hi. I have new problem. When I log into admin control panel, I am redirected to forum index.
Do you have any ideas? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Marcin
Joined: 25 May 2008 Posts: 4
|
Posted: Tue Jun 03, 2008 8:05 pm Post subject: Re: I have big problem with virtual folders. |
|
|
Hmm, nope. The cookie was fine. But I did find the solution to the problem.
There was a variable called {SEO_BASE_HREF} that went after the opening Head tag in the file overall_header.html. It seems that I updated it in the prosilver templates file, however the template that was loaded in the mysql database didn't have that variable yet. So I removed the base tag I put in manually, and replaced it with that variable, and now it works fine.
Problem was missing variable {SEO_BASE_HREF}.
Thanks for the help. Peace. |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |