Welcome!

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

SignUp Now!

apacheserver

  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...
  2. strawbs89

    index of/

    hi all i am running apache2.4 server basically i have run into an issue i have a domain www.coolvibes-reloaded.com but i'm having to type www.coolvibes-reloaded.com/index.html in which i shouldn't have to now when people go to that domain it shows index of/ where it shows what files i have in...
Back
Top Bottom