mod_rewrite and SEO friendliness
- by John Doe
My website has an atypical structure and I'm not sure if this could create problems in the long run, specially for SEO positioning purposes.
I have a unique, large PHP script, and I use the Apache module mod_rewrite in the .htaccess file to create friendly URLs, for example:
RewriteRule ^$ /index.php?section=Main
RewriteRule ^createArticle$…