Friday, 15 May 2015

php - htaccess redirect and not change the url -



php - htaccess redirect and not change the url -

how alter page url without redirecting?

file structure:

/www /www/app /www/app/index.html /www/app/.htaccess

.htaccess

options +followsymlinks -multiviews rewriteengine on rewritebase / rewriterule ^(demo1|demo2)\/?$ app [l]

for example

domain.dev/app (index.html page) domain.dev/app/demo1 (here want open /index.html page without changing url it) domain.dev/app/demo2 (same demo1 route)

php apache .htaccess redirect yeoman

No comments:

Post a Comment