merhaba, php script kurdum url yapısı söyle
https://www.*******.com/recipe/panca...kinoali-gevrek recipe yazan kısmı yemek-tarifleri olarak degiştirmek istiyorum ama bür türlü yapamadım.
.htacceess dosyası aşagıda ki gibi, yardımcı olabileceklere teşekkürler.
#RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
#RewriteBase /
#RewriteCond %{REQUEST_URI} ^/system.*
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php?/$1 [L]
#RewriteRule (.*)\.xml(.*) $1.php?$2 [nocase]
#RewriteEngine on
#RewriteCond $1 !^(index\.php|images|robots\.txt|style|cdn|check\.php)
#RewriteRule ^(.*)$ index.php/$1 [L]
RewriteEngine on
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]