• 24-04-2022, 04:49:59
    #1
    Merhaba,

    HTML site yaptırdım ama sayfa uzantıları .html bunu düzeltebilecek varsa ücretli/ücretsiz pm lütfen.
  • 24-04-2022, 04:51:48
    #2
    Peace adlı üyeden alıntı: mesajı görüntüle
    Merhaba,

    HTML site yaptırdım ama sayfa uzantıları .html bunu düzeltebilecek varsa ücretli/ücretsiz pm lütfen.
    @Peace; whatsappdan yaz düzeltelim hemencecik
  • 24-04-2022, 04:51:57
    #3
    .htaccess
  • 24-04-2022, 05:04:17
    #4
    burakeo97 adlı üyeden alıntı: mesajı görüntüle
    .htaccess
    Aynen.
    RewriteEngine on
    
    RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC] RewriteRule ^ /%1 [NC,L,R]
    RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^ %{REQUEST_URI}.html [NC,L]