samphan
Karma: 0
|
Re:Using RemoSEF for language other than English - 2005/12/21 15:38
Sorry for late reply. I've setup a copy of my real website here http://www.osdev.co.th/tmpweb/.
However, due to my ignorance about mod_rewrite, I can't make the new position (/tmpweb) work as it was when at root of (virtual) server.
I changed .htaccess from Jommla's default to
| Code: | RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) http://www.osdev.co.th/tmpweb/index.php
|
And this's the result.
http://www.osdev.co.th/tmpweb/Remository/ or http://www.osdev.co.th/tmpweb/blogcategory/Software/Chantra/ always goto http://www.osdev.co.th/tmpweb/index.php. Can you give me a hint on how to change the .htaccess to work in the new location.
Thanks.
|