RewriteBase and RewriteRule for a subdirectory and SEO

bobrock4

Newbie
Joined
Feb 11, 2012
Messages
12
Reaction score
0
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

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
 
Back
Top