.htaccess?

Status
Not open for further replies.

ImJake

New Member
Messages
1
Reaction score
0
Points
0
well, when i upload the .htaccess i dont see it.. why? like i have this as my .htaccess

RewriteEngine on
RewriteRule ^myplaylist playlist.php
RewriteRule ^lyrics/(.*)/(.*)?$ /lyrics.php?id=$1&name=$2
RewriteRule ^video/(.*)/(.*)?$ video.php?id=$1&name=$2
RewriteRule ^song/(.*).mp3?$ esong.php?id=$1 [L]
RewriteRule ^search/(.*)/(.*)/(.*)?$ index.php?search=$1&page=$2&type=$3 [L]


and it dont seem to work :(.. i get a page wasnt found
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
It is a hidden file.

Go into file editor and type /home/username/location/.htaccess. There you have it.

Hope it helps,
~Callum
 
Status
Not open for further replies.
Top