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?p...
asked by
21.07.2014 / 04:06