Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other HTACCESS configure Reply To: HTACCESS configure

#183320
Anonymous
Inactive

I want to use page names instead of ID’s.

On my htaccess file these are the only two lines of code in it. It’s RewriteRule.

`
RewriteEngine On
RewriteRule ^movie/([^-]*)$ /movie/index.php?id=$1 [L]