Hi,
I just moved on to a dedicated server and noticed this optimization tip below.
Move rewrite rules from .htaccess to httpd.conf
For users with dedicated servers, the vBSEO rewrite rules applied in the .htaccess files can be moved directly into the httpd.conf file for more efficient performance.
I'm not seeing httpd.conf on the server now. What excatly do I put in httpd.conf, everything that is in .htaccess? Here is what I have in .htaccess now,
ThanksPHP Code:RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ http:// Mysite.com [L,R=301]







Reply With Quote