Moderator: Moderators

Thebo wrote:I did the script path part
RewriteBase
Stephen26 wrote:Thebo wrote:I did the script path part
Was the script path already /forum ? If not and it was / you must generate a new .htaccess code and use that one.
Open the .htaccess file and search for:
- Code: Select all
RewriteBase
Is it /forum ?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thebo wrote:Thank you very much it is working now....
Thebo wrote:In my ACP>> PhpSEO >> PHP SEO Class settings
all the options are set to "No" except two of them are "Yes", should i leave them as they are? what is recommended for me? I use the advanced url rewritting type.
A sample robots.txt is provided in the package to make sure no useless content is taken into account by the Search Engines.
Warning :
In case you are migrating from a previous unrewritten phpBB version, wait couple month after you activate the zero duplicate mod before you implement the robots.txt. In such case we want to redirect first and then drop useless content.



Users browsing this forum: No registered users and 6 guests