Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Chiappetta492

1 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

You can remove it with URL Rewriting like that :

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /product.php/ [L]
</IfModule>


Place this code in .htaccess at root.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme