hi, jadetrue
firstly, thank you for developing such a nice template and i really love it!
my problem is:
when i copy and paste the content inside your 'additions to .htaccess' file to .htaccess and save it under my site root: store/
i can't access admin area of my testing site, it reported a 'Server error! 500'
below attached the real content of my .htaccess file
## Add these to your .htaccess file so that only one way to your site exists, either
http://yoursite.com and
http://www.yoursite.com ... the following adds the www if it's missing:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
## If you'd like your site to go to
http://mysite.com instead of
http://www.mysite.com, add these changes instead:
##RewriteEngine On
##RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
##RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]
## the following makes sure the correct mime type is sent for the .htc file
AddType text/x-component .htc
when i remove the .htaccess file, all are OK again.
why and how can i do to deal such situation?
thanks for your help in advance
David
Bookmarks