Hi,
I would like to reach my website like this: http://domain.com/~user. This works fine, but my our own CMS's url interpreter redirects the page to index.php and the url is processed by the index.php.
The redirection code form the CMS's htaccess file:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
The CMS's url structure works like this:
http://domain.hu/contact/ <- this is the contact page
The problem comes form this structure, because an 'index.html' is put to the end of the url (http://domain.hu/contact/index.html), which file doesn't exists (and I recieve a redirection error screen).
I couldn't find the redirection, which put's the 'index.html' after the url (httpd.cong negativ, htaccess files negativ). I tried to play with the CMS htaccess file (redirect the url with index.html to non-index.html), but I didn't manage to solve the problem
I'm out of ideas, neither the system administrator could help me.
Thank you!



LinkBack URL
About LinkBacks
Reply With Quote






