vidim localhost/joomla/ ali i localhost/joomla/index.php - Joomla! Forum - community, help and support
pozdrav
koristim joomla 2.5 na localhost-u.takodje xampp 1.8.1 win vista.
promenio sam htaccess.txt .htaccess za url rewriting.
kada pristupam sajtu mogu da vidim localhost/joomla/ ali localhost/joomla/index.php.
postavio sam isto pitanje na forumu na engleskom jeziku dobio sam razne odgovore.
od toga da je normalno.
preko saveta da promenim u .htaccess sledece
rewritecond %{the_request} ^[a-z]{3,9}\ /index\.php\ http/
rewriterule ^index\.php$ http://localhost/joomla [r=301,l]
ili rewriterule ^index\.php$ http://127.0.0.1/joomla [r=301,l]
do ovog saveta,na engleskom se lakse razume...
"you need give time cache system might cashed local server or internet provider might cache @ different times"
posle svega navedenog dalje vidim localhost/joomla/ ali localhost/joomla/index.php
molim da mi neko pomogne oko ovoga.znam da je vec pisano na ovu temu ali nista mi nije pomoglo da resim ovaj problem.
evo deo sadrzaja gde dodajem prethodno u .htaccess-u ako nesto pomaze.
# if requested path , file not /index.php , request
# has not been internally rewritten index.php script
rewritecond %{request_uri} !^/index\.php
rewritecond %{the_request} ^[a-z]{3,9}\ /index\.php\ http/
rewriterule ^index\.php$ http://localhost/joomla [r=301,l]
# , request within component folder,
# or site root, or extensionless url, or the
# requested url ends 1 of listed extensions
rewritecond %{request_uri} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [nc]
# , requested path , file doesn't directly match physical file
rewritecond %{request_filename} !-f
# , requested path , file doesn't directly match physical folder
rewritecond %{request_filename} !-d
# internally rewrite request index.php script
rewriterule .* index.php [l]
#
## end - joomla! core sef section.
koristim joomla 2.5 na localhost-u.takodje xampp 1.8.1 win vista.
promenio sam htaccess.txt .htaccess za url rewriting.
kada pristupam sajtu mogu da vidim localhost/joomla/ ali localhost/joomla/index.php.
postavio sam isto pitanje na forumu na engleskom jeziku dobio sam razne odgovore.
od toga da je normalno.
preko saveta da promenim u .htaccess sledece
rewritecond %{the_request} ^[a-z]{3,9}\ /index\.php\ http/
rewriterule ^index\.php$ http://localhost/joomla [r=301,l]
ili rewriterule ^index\.php$ http://127.0.0.1/joomla [r=301,l]
do ovog saveta,na engleskom se lakse razume...
"you need give time cache system might cashed local server or internet provider might cache @ different times"
posle svega navedenog dalje vidim localhost/joomla/ ali localhost/joomla/index.php
molim da mi neko pomogne oko ovoga.znam da je vec pisano na ovu temu ali nista mi nije pomoglo da resim ovaj problem.
evo deo sadrzaja gde dodajem prethodno u .htaccess-u ako nesto pomaze.
# if requested path , file not /index.php , request
# has not been internally rewritten index.php script
rewritecond %{request_uri} !^/index\.php
rewritecond %{the_request} ^[a-z]{3,9}\ /index\.php\ http/
rewriterule ^index\.php$ http://localhost/joomla [r=301,l]
# , request within component folder,
# or site root, or extensionless url, or the
# requested url ends 1 of listed extensions
rewritecond %{request_uri} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [nc]
# , requested path , file doesn't directly match physical file
rewritecond %{request_filename} !-f
# , requested path , file doesn't directly match physical folder
rewritecond %{request_filename} !-d
# internally rewrite request index.php script
rewriterule .* index.php [l]
#
## end - joomla! core sef section.
Comments
Post a Comment