• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved htaccess not word

Hi,

Please, any additional detail?
Note, that .htaccess is Apache technology, but Apache isn't supported by Plesk for Windows.
 
What is the web server for plesk (windows)?

Should I use web.config instead of htaccess?

How do i rewrite url?
 
<rule name="rule 1S" stopProcessing="true">
<match url="^(.*)$" ignoreCase="true" />
<action type="Rewrite" url="/http://www.denizhansoftware.xyz/" />
</rule>
<rule name="rule 2S">
<match url="^(.*)$" />
<action type="Rewrite" url="/{R:1}.php" />
</rule>
<rule name="rule 3S" stopProcessing="true">
<match url="^sayfa-([0-9a-zA-Z-_]+)" />
<action type="Rewrite" url="/menu-detay.php?sef={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 4S" stopProcessing="true">
<match url="^kategori-([0-9a-zA-Z-_]+)" />
<action type="Rewrite" url="/kategoriler.php?sef={R:1}" appendQueryString="true" />
</rule>
<rule name="rule 5S" stopProcessing="true">
<match url="^urun-([0-9a-zA-Z-_]+)-([0-9]+)$" />
<action type="Rewrite" url="/urun-detay.php?sef={R:1}&amp;urun_id={R:2}" appendQueryString="true" />
</rule>


its true?
 
Back
Top