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? Link to comment https://forums.phpfreaks.com/topic/13805-mod-rewrite-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.