123bear
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by 123bear-
You can try renaming the .htaccess file instead of deleting it so that it's disabled and backed up at the same time. Then, add the custom rules to a new .htaccess file. Thank you. It works well no...
-
Hello, Please keep in mind that custom redirect rules are not supported. We're happy to help as much as possible, but we can't write custom Mod_Rewrite rules for you. Have you tried backing up the...
-
Hello, Do you already have custom Mod_Rewrite rules associated with a script in your .htaccess file? Have you tried setting up individual redirects for specific file names? Thank you. "custom Mo...
-
. In cPanel, make sure your redirect is set up as a "Wild Card Redirect" if you want to redirect the domain but also the filename. 2. Code issues/requests are better on a site such as StackOverflo...
-
No, that is not accurate. The document root is configured in the Apache configuration file, so Apache knows where to look for the content associated with the domain name. Thank you. Thanks, it wor...
-
Hello, Have you considered simply adding the addon domain name with it's document root in the account's home directory instead of the public_html directory? Otherwise, the following third-party UR...
-
Hello, You can forbid the access to specific directory by putting below in htaccess: Options -Indexes You can also redirect 403 error page to your custom error page by putting below in htaccess:...
-
Hello, Could you provide a specific example (using fake domain names) of the preferred behavior? Thank you. but i already did... domain.com has a hosting package. 2nd domain has his own director...
-
Your best bet is to use the .htaccess file. Get it to check the host. If the host is domain.com, redirect to /index.php for example. However if the host is community.domain.com, do nothing. :) Can...
-
hi. I want the directory domain.com/community to be avilable ONLY trough the domain domain.community - entering domain.com/community directly will cause 404, but accessing domain.community will res...