|
Yahoo does not allow .htaccess files on their servers. How can I create/write the following in php? (or any other way for that matter)
RewriteEngine On
RewriteRule ^([^/]{2})/(.*)$ websitetranslator/index.php?lang=$1&url=$2 [L]
I am not a progammer, but I'm working on it! Thanks
|