I have used a test subdirectory to install a wordpress platform. When I have asked to move everything to the root they have made some in rewrite urls
The rules are working but I'm not sure this is the good way for SEO.
Have you an idea about it?
Thanks and ciao
Code:
[COLOR=#ffff00]<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test_sito/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test_sito/index.php [L]
</IfModule>[/COLOR][COLOR=#333333]
[/COLOR]
The rules are working but I'm not sure this is the good way for SEO.
Have you an idea about it?
Thanks and ciao