Moje kniha o CMS Drupal
Poslední komentáře
- 4 days 9 hours ago
- 6 days 5 hours ago
- 6 months ago
- 6 months ago
- 8 months 1 week ago
- 9 months ago
- 9 months ago
- 9 months 1 week ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (4 weeks 1 day zpět)
- (1 month zpět)
- (7 months 3 weeks zpět)
- (9 months 1 week zpět)
- (1 year 6 months zpět)
- (1 year 7 months zpět)
- (1 year 10 months zpět)
- (1 year 11 months zpět)

Pozeral som na subor .htaccess a mam tam len toto:
php_value session.use_trans_sid 0
SecFilterEngine Off
SecFilterScanPOST Off
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?category=$1 [L]
Ak vložim na server pôvodny subor .htaccess z inštalacie drupalu tak mi stranku nejde vôbec spustiť. S týmto súborom, ktorého kod som vam tu vložil, mi to ide až na tie obrázky.