Southwind* Posted January 4, 2015 Report Posted January 4, 2015 (edited) Es gribu lai http://majaslapa.lv/f direktorijā varētu ieiet man rāda ejot iekšā - Tīmekļa lapai ir pārvirzes cilpa es domāju pie vainas ir .htacess , bet nezinu, ka lai direktorijai atļautu piekļūt... .htacess fails: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> RewriteEngine On # Redirect Trailing Slashes... RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> Edited January 4, 2015 by Southwind* Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.