Jump to content

RewriteRule support both /dashboard as /path/to/directory/dashboard


ignace

Recommended Posts

Hi,

 

How can I modify:

 

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

 

So that it both supports:

 

http://domain/dashboard (currently only supports this one)
http://localhost/path/to/project/dashboard

 

The .htaccess with the rewrite rules is located in:

 

http://localhost/path/to/project

 

Thanks in advance,

Ignace

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.