channaveer / hotel_management

OBSOLATE NO MORE MAINTAINED
Other
14 stars 19 forks source link

cannot open the page #4

Closed MarcoChong closed 7 years ago

MarcoChong commented 7 years ago

1 already set up the pip.ini .

lazehang commented 7 years ago

check your .htaccess file and replace

RewriteRule ^(.*)$ /hotel/index.php/$1 [L]

with

RewriteRule ^(.*)$ /hotel_management/index.php/$1 [L]