fxjox
03-07-2007, 05:41 PM
Yahoo will not allow .htaccess files on their servers. I need to have the following htaccess string work, but I don't know how to accomplish this:
RewriteEngine On
RewriteRule ^([^/]{2})/(.*)$ websitetranslator/index.php?lang=$1&url=$2 [L]
websitetranslator is the folder that index.php is in.
I think that the "rewrite rule" is what is critical, but I am not a programmer and have no experience with php.
Can anyone please help me with this?:confused:
RewriteEngine On
RewriteRule ^([^/]{2})/(.*)$ websitetranslator/index.php?lang=$1&url=$2 [L]
websitetranslator is the folder that index.php is in.
I think that the "rewrite rule" is what is critical, but I am not a programmer and have no experience with php.
Can anyone please help me with this?:confused: