EVOLUTION-NINJA
Edit File: .htaccess
RewriteEngine On RewriteRule ^test$ /test.html [L] RewriteBase /TextileHub/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]