Arindam
10-01-2011, 04:08 AM
when i write the .htaccees rule in page url
e.g.
RewriteRule ^painting-(.*)/(.*)/(.*).html painting.php?u_category=$1&u_subcategory=$2&u_pg=$3
it shows
http://www.abtc.com/painting/Art-Gallery/Landscape-Painting/1.html
its find out the directory but there is no Art-Gallery,Landscape-Painting directory in root server.
how can i redirect the page to http://www.abtc.com/painting/Art-Gallery/Landscape-Painting/1.html
e.g.
RewriteRule ^painting-(.*)/(.*)/(.*).html painting.php?u_category=$1&u_subcategory=$2&u_pg=$3
it shows
http://www.abtc.com/painting/Art-Gallery/Landscape-Painting/1.html
its find out the directory but there is no Art-Gallery,Landscape-Painting directory in root server.
how can i redirect the page to http://www.abtc.com/painting/Art-Gallery/Landscape-Painting/1.html