Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

VPS NETWORKING .htaccess file I'm having trouble trying to get my .htaccess file working on my VPS that is hosted on Vultr.com. I only have

VPS NETWORKING .htaccess file

I'm having trouble trying to get my .htaccess file working on my VPS that is hosted on Vultr.com. I only have one website (Meaning a purchased domain name)... juliowebmaster.com

I'm trying to achieve removing the .html or .php and etc. It works on my root website. But the thing is I have other projects that I've done or learned inside juliowebmaster directory.

I'm running on Ubuntu OS with Apache/2.4.18 (Ubuntu)

My folder structure is... /var/www/juliowebmaster/ddrguy

Inside ddrguy directory I have a .htaccess...

#On rewrite RewriteEngine On

# Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.)$ /index.php?path=$1 [NC,L,QSA] RewriteRule ^.$ /index.php [L,QSA]

Every time when I click the ddrguy link from juliowebmaster.com (it's my portfolio), it redirects with a 404 Not Found.

Any help will be greatly appreciated! Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Web Database Development Step By Step

Authors: Jim Buyens

1st Edition

0735609667, 978-0735609662

More Books

Students also viewed these Databases questions

Question

1. Define the nature of interviews

Answered: 1 week ago

Question

2. Outline the different types of interviews

Answered: 1 week ago