devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file

Preview meta tags from the devhubby.com website.

Linked Hostnames

11

Thumbnail

Search Engine Appearance

Google

https://devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file

A tip to optimize the order in the .htaccess file

I have created an online project goselfdiscovery.com and I am still looking for a solution to optimize all the links using Rewrite links. I created a .htacce...



Bing

A tip to optimize the order in the .htaccess file

https://devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file

I have created an online project goselfdiscovery.com and I am still looking for a solution to optimize all the links using Rewrite links. I created a .htacce...



DuckDuckGo

https://devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file

A tip to optimize the order in the .htaccess file

I have created an online project goselfdiscovery.com and I am still looking for a solution to optimize all the links using Rewrite links. I created a .htacce...

  • General Meta Tags

    10
    • title
      A tip to optimize the order in the .htaccess file
    • charset
      utf-8
    • viewport
      width=device-width, initial-scale=1
    • twitter:site
      @devhubbycom
    • twitter:creator
      @devhubbycom
  • Open Graph Meta Tags

    5
    • og:title
      A tip to optimize the order in the .htaccess file
    • og:url
      https://devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file
    • og:image
      https://forum-static.fra1.cdn.digitaloceanspaces.com/images/c64c6733-bfad-4db8-b387-18207476d4d5/thread/2025/e9558603-f179-4d14-bead-d1a102d1bf80.png
    • og:description
      I have created an online project goselfdiscovery.com and I am still looking for a solution to optimize all the links using Rewrite links. I created a .htaccess file and the surprise is that some of the links work perfectly and some are redirected. The question is what is the order of the rules in .htaccess or what else would need to be completed?Lines like: www.mywebsite.com/the-sound-of-life :: go perfectly with one of the rulesAnd links like: www.mywebsite.com/daily.motivational.quotes-smile.through.a.happy.life.73.life :: is directed to index.php?pages= OR www.mywebsite.com/citate.motivationale.zilnice-zambeste.spre.o.viata.fericita.73.inspiratieThe .htaccess file is written like this:======= Options +FollowSymlinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f #RewriteRule ^(.*)$ $1.php [L,QSA] #RewriteRule .*$ /index.php [L] RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC] RewriteCond %{HTTP_HOST} ([a-z-]+\.[a-z]{2,6})$ [NC] RewriteRule ^([^.$]*)$ index.php?pages=$1 [L,R=301] RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?pages=$1 [L,NC] RewriteCond %{THE_REQUEST} ^[A-Z]{0,9}\ /.*\.php\ HTTP/ RewriteCond %{HTTP_HOST} !^www\.[a-z-]+\.[a-z]{2,6} [NC] RewriteRule ^daily.motivational.quotes-([A-Z.0-9]+).life$ quotedet.php?pid=$1 [L,NC] RewriteRule ^citate.motivationale.zilnice-([A-Z.0-9]+).inspiratie$ quotedet.php?pid=$1 [L,NC] #RewriteRule ^(.*)$ index.php?pages=$1 [L,NC] RewriteRule ^([A-Z]*)$ index.php [L,NC] RewriteCond %{HTTP_HOST} ^goselfdiscovery\.com$ [NC] RewriteRule ^(.*)$ https://goselfdiscovery.com/$ [NC,L,R=301] ======== With appreciation for the support given in optimizing links via .htaccess
    • og:site_name
      Software Developer Questions and Answers
  • Item Prop Meta Tags

    3
    • position
      1
    • position
      2
    • position
      3
  • Link Tags

    12
    • canonical
      https://devhubby.com/thread/a-tip-to-optimize-the-order-in-the-htaccess-file
    • icon
      https://forum-static.fra1.cdn.digitaloceanspaces.com/images/c64c6733-bfad-4db8-b387-18207476d4d5/favicon.png
    • preload
      https://pub-1e27250373774d6ca37239bbf5810b5c.r2.dev/assets/0.3/7b8ec9d.js
    • preload
      https://pub-1e27250373774d6ca37239bbf5810b5c.r2.dev/assets/0.3/25edc65.js
    • preload
      https://pub-1e27250373774d6ca37239bbf5810b5c.r2.dev/assets/0.3/css/1b7ab17.css

Links

37