HTACCESS - can you modify /hello ?
Posted: Mon Jan 27, 2014 5:29 am
[text]RewriteRule ^manufacturers/([^/]+) /index.php?page=manufacturers&menu=home&manufacturer=$1 [L]
RewriteRule ^([^/\.]+)/?$ index.php?page=$1&menu=home [L]
RewriteRule ^$ index.html [L][/text]
We have a site that uses HTACCESS, but we are building foreign versions. While I need the filenames to be in English, such as /products, we want the URLs to be in the foreign language.
Can you do a /page per file?
So www.thiswebsite.es/preguntas, takes you to www.thiswebsite.es/index.php?page=faq ??
We have about a dozen of these pages that need doing.
Thanks.
RewriteRule ^([^/\.]+)/?$ index.php?page=$1&menu=home [L]
RewriteRule ^$ index.html [L][/text]
We have a site that uses HTACCESS, but we are building foreign versions. While I need the filenames to be in English, such as /products, we want the URLs to be in the foreign language.
Can you do a /page per file?
So www.thiswebsite.es/preguntas, takes you to www.thiswebsite.es/index.php?page=faq ??
We have about a dozen of these pages that need doing.
Thanks.