hockmasm Posted July 6, 2006 Share Posted July 6, 2006 i have this code in my .htaccess page:Options +FollowSymLinksRewriteEngine onRewriteCond %{HTTP_HOST} !^(.*)\.mywebsite\.com$ [NC]RewriteRule ^(.*)$ http://www.mywebsite.com/$1 [R=301,L]i have a webpage on my site that is www.mywebsite.com/about-us.php and i want to rewrite that page to display www.mywebsite/company-info-and-more.php.can someone rework this code to do that? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.