View Single Post
Old 11-13-2012, 07:20 AM   PM User | #2
poyzn
Regular Coder

 
poyzn's Avatar
 
Join Date: Nov 2010
Posts: 265
Thanks: 2
Thanked 61 Times in 61 Posts
poyzn is on a distinguished road
put into your .htaccess something like this:


PHP Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.+).html$ /index.html?target=$[L,R=301
and try to access mysite.com/page_xxx.html
__________________
Ushousebuilders.com
poyzn is offline   Reply With Quote