skip to Main Content

htaccess to hide some folders and seo

I have a site with the following folder structure /folder1 /folder2/folder3 /othfolder1 /othfolder2 I would like to obtain this mysite.com -> will show content of /folder1 (without showing the folder on URI, ok for subfolders) mysite.com/folder3 -> will show content…

VIEW QUESTION

Redirect and change URL with Apache/htaccess

I want to change/redirect URIs with http/https in this way: from: http:// or https://xyz.lastdomain.com/b/custom/any-string/456?foo=bar to: https://custom.nextdomain.com/b/any-string/456?foo=bar the custom string should be in the new URL and everything from b so as the end of the URI should be appended. I…

VIEW QUESTION

No module named pymysql – Apache

Getting a 500 internal error when attempting to create an apache/django server that runs on digital ocean. After checking the log.error i can see the error below import pymysql as db ModuleNotFoundError: No module named pymysql Within Terminal... python --version…

VIEW QUESTION
Back To Top
Search