Some time ago, I had been increasingly dissatisfied with my WordPress blog site design. I wanted to have a better website design for all my static pages plus keep the WP blog as it had been for several years.
Not getting any clue what the solution to this dilemma could be, I created a design which I liked and created a separate website consisting of .php static pages. Then, I imported all my existing posts in a sub directory as blog. Now I have following issues/dilemmas to handle.
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
Thanks and regards.
- Is it OK to create a website the way I did from SEO perspective?
- How to handle the canonical issues for this site? I used the following code in the .htaccess but miserably failed.






