Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: mod_rewrite Joomla
Forum PHP.pl > Forum > PHP
bigus
Witam.Mam strone opartą Joomli 10.11 wszystko chodzi jak trzeba ale... ma dodatek 404sef no i url zmienia ładnie ale jest probelem File suffix jest / to url sa wyszystkie takie.. www.domena.pl/tutul/ ale jak wpisze
www.domena.pl/tutul to wyskakuje 404 sad.gif czy da się zrobić aby działalo z / i bez /

moj htaccess
Kod
## OpenSEF plain htaccess file

## Can be commented out if causes errors
Options FollowSymLinks

## mod_rewrite in use
RewriteEngine On

## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
RewriteBase /

## Begin 3rd Party or OpenSEF Section
##
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
##
## End 3rd Party or OpenSEF Section


Druga sprawa czy jest możliwe odby odczytywał z title albo pobierał z bazy nazwy kategori i tutuły i tworzył tak urele?questionmark.gif
mike
Ale na php Pro. to ma byc pro tongue.gif
Przenoszę na php.
bigus
Odświeżam.

Może ktoś umiałby to rozwiązać??
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.