I'm doing my system that will use friendly URL with htaccess, but I have a question / problem. My HTACCESS is as follows:
RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1
It works when I access something like www.mysite.com/address , but I have another URL that I have to access as the URL above, except that this is www. mysite.co.uk/view/ficha/6
VIEW = view.php FILE = category 6 = ID
I need to pass this data to the viewer.php file that is in the pages folder