This is my first attemp at creating clean URLs using a .htaccess file.
My page is a simple, php generated page.
My page is http://www.dimiourgiasite.gr
On the top left corner of the page I have a link, pointing to http://www.dimiourgiasite.gr/arxiki
To redirect I use this .htaccess file:
RewriteEngine On
RewriteRule ^arxiki$ index.php
RewriteRule ^arxiki/$ index.php
It is my understanding that weather I go to dimiourgiasite.gr/arxiki or dimiourgiasite.gr/arxiki/ I should be getting the same page. That is not the case.
Any explanations / things I am doing wrong?
Sorry I am not posting links and making you type the address, but since my rep is only 3, the site limits my amount of hyperlinks per post to 2.