Owen Walter
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 1
owenw.x10host.com/link.htmPlease create a .htm file with the following code in your account and provide a link to that file.
HTML:<html> <body> <a href="https://x10hosting.com/">Link Test</a> </body> </html>
Sorry about that. I'm seeing this issue at my admin panel. I added more pages. Try clicking on the "Store" linkWell that link works properly. All the links on http://owenw.x10host.com/ either go to an external site or to http://owenw.x10host.com/ . Can you provide an example?
I switched to Grav after having this same problem with Drupal. I think it's a server/apache config issue.I'm not familiar with Grav at all but my diagnosis is that you have /home/owenwx10/public_html/ some where in the config for it. Try changing this variable to /
Setup http://owenw.x10host.com/wp/ because Drupal doesn't support Clean URLs and it broke my Grav install.... but the issue is fixed for Wordpress.Try installing Drupal with Softaculous to something like http://owenw.x10host.com/Drupal-test and see if that works. I know WordPress doesn't have this issue with pretty permalinks so that's why I think it's a config issue.
UPDATE: Fixed Grav. Issue is still present.Setup http://owenw.x10host.com/wp/ because Drupal doesn't support Clean URLs and it broke my Grav install.... but the issue is fixed for Wordpress.
UPDATE 2: Links to http://owenw.x10host.com/blog work but all the ones on the page are rewritten to that server path.UPDATE: Fixed Grav. Issue is still present.
Check .htaccess and enable/add RewriteBase / (assuming the .htaccess is in the public_html root, if in a subfolder it would need to be like RewriteBase /subfolder/)
Needs to go before any rewrite rules and after rewrite is turned on, many times the .htaccess that comes with a cms/forum and such have it already written in where it needs to be, but as a comment only as not all servers actually need it.