The Big Spring Sale! Up to 50% off!

réécriture d'url

benjamincharton
3 Posts
benjamincharton posted this 09 June 2022
Ask a Question

Bonjour,
est il possible de faire de la réécriture d'url ? (dans mon cas, supprimer l'extension .html)
je précise que je suis avec NicePage gratuit.

Bonjour, est il possible de faire de la réécriture d'url ? (dans mon cas, supprimer l'extension .html) je précise que je suis avec NicePage gratuit.
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 09 June 2022

Hello Benjamin,

Kindly elaborate more on that? How we can help you with this issue? We do not host your websites and do not have control over your domain names, and unfortunately, you don't have any of the Nicepage licenses.

Thank you.
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Benjamin, Kindly elaborate more on that? How we can help you with this issue? We do not host your websites and do not have control over your domain names, and unfortunately, you don't have any of the Nicepage licenses. Thank you. ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
benjamincharton
3 Posts
benjamincharton posted this 09 June 2022

Mon hébergeur m'a dis ceci :

Mon hébergeur m'a dis ceci :
benjamincharton
3 Posts
benjamincharton posted this 09 June 2022

Bonjour,

Sur mon service d'hébergement, j'avais déjà demandé la création d'un .htaccess pour rediriger le http sur le https, seulement on m'a dis (suite à cette manipulation qui a rendue que mon site soit inaccessible via cette manipulation) de vous contacter pour en discuter et de voir comment faire pour que le site soit accepté (www.) pour la redirection d'URL.

Je vous parle que cela car j'ai bien peut qu'en recréant un fichier .htaccess, cela recause le problème...

Cordialement,
Benjamin

Bonjour, Sur mon service d'hébergement, j'avais déjà demandé la création d'un .htaccess pour rediriger le http sur le https, seulement on m'a dis (suite à cette manipulation qui a rendue que mon site soit inaccessible via cette manipulation) de vous contacter pour en discuter et de voir comment faire pour que le site soit accepté (www.) pour la redirection d'URL. Je vous parle que cela car j'ai bien peut qu'en recréant un fichier .htaccess, cela recause le problème... Cordialement, Benjamin
Support Team posted this 09 June 2022

Hello Benjamin,

The .html extension can be easily removed by editing the .htaccess file on your hosting.

Add the following code to the .htaccess file or ask for assistance of your hosting costumer service.

#remove html file extension https://example.com/page.html
# to https://example.com/page
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC, L]

Thank you
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Benjamin, The ***.html*** extension can be easily removed by editing the **.htaccess** file on your hosting. Add the following code to the ***.htaccess*** file or ask for assistance of your hosting costumer service. #remove html file extension https://example.com/page.html # to https://example.com/page RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC, L] Thank you ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments