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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.