I'm changing my Drupal site from www.example.com/demo to www.example.com. The resources like js, css etc still lives under "demo" folder. What should be the Rewriterule or Alias that is required to achieve this change?
I currently have this setting in my .htaccess file
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
RewriteRule ^ /