Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

config

  1. LupusInferni

    Rewrite request that matches a pattern

    My current .htaccess is this # ErrorDocument 404 /error/404.php Options All -Indexes -MultiViews RewriteEngine On # Allow urls to not include the .php extension RewriteCond %{REQUEST_URI}/$1.php -f [NC] RewriteRule ^(.+?)/?$ $1.php [L] # Silent Redirect from any url ending with mcc-* to...
Back
Top Bottom