And it is indeed placed above /forum/ with no .htaccess in forum/ ? I got it in the root folder...the /forum/ .htacess is just with # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny ...
Yes i done it : # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> # You may need to un-comment the following lines # Options +FollowSymlinks # To make sure that...
I disabled the root option and the links are ok but when i'm trying to acces a forum...let's say http://www.old-cartoons.info/forum/welcome.html the phpbb says that the forum does not exist.
topics works fine too : http://www.old-cartoons.info/topic2.html So you need to generate a new .htaccess for the virtual folder trick to work, and if you put wp rewriterules in the same .htaccess they must be placed after phpBB ones. ++ If i'm trying to access my contact page from wordpress site is...
so let's see. I must put RewriteBase /forum instead of RewriteBase / , the .htaccess must be placed in /forum folder not in root folder & i must use the generated .htacess with the modification with RewriteBase. It's correct this .htaccess? # Lines That should already be in your .htacess <Files ...
The red message: ⇒ Once you are ready, you can select the .htaccess code, and paste it in a .htaccess file or use the "Save .htaccess" option bellow. This .htaccess is meant to be used in the domain’s root folder, which in your case is where http://www.old-cartoons.info/ leads to in your F...
same problem WTFFF ?! that's my .htaccess in the root folder not in /forum/ # Lines That should already be in your .htacess <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> # You may need to un-comment the f...
And that was where the red message told you to ? If it's the case and it does not work, you should make sure about mod_rewrite . It's also useful to find out about the particular slash pattern to use on your server. ++ Yep, there it is. On my server is a wordpress site which is using 'nice permalin...
Before click the url there is not the '/forum' in the url...only mydomain.ext/post1.html and it's normally that there is nothing. What can I do? This mean that you either activated the virtual root option, or that your phpBB Server and Cookie settings are not correct. Please make sure about server ...