Please Guide to me my website url is:
and i want to like this as:
http://www.myhealthidea.com/Natural-Health-Supplement/Herbal-Energy-Boosters
Help Me
Please Guide to me my website url is:
and i want to like this as:
http://www.myhealthidea.com/Natural-Health-Supplement/Herbal-Energy-Boosters
Help Me
The .htaccess file would generally look something like this:
RewriteEngine On
# For HTML files:
RewriteCond %{REQUEST_FILENAME}.html -s
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^(Herbal-Energy-Boosters|other_page_names_separated_by_pipes)/?$ $1.html
# For PHP files:
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(Herbal-Energy-Boosters|other_page_names_separated_by_pipes)(/.*)?$ $1.php
Thanks Jkristos,
but you can suggest me --- i want all the URL Like
http://www.myhealthidea.com/category/subcategory
------ /category/subcategory -----
please suggest me for " .htaccess "
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.