Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Depending on your version (are you using Apache?) you may need to include the leading slash / at the beginning of your regular expression (after the start anchor) like this: ^/([^/]*)/([^/]*).html$

@Gonzalez347

Depending on your version (are you using Apache?) you may need to include the leading slash / at the beginning of your regular expression (after the start anchor) like this:

^/([^/]*)/([^/]*).html$


This worked for me. Otherwise, make sure you have the host name set correctly, look at your rewrite.log or other logs, and post if there are any errors.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme