News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - misteraod

#1
Hi there,

I want my visitor to just enter a direct link let say:
1... mydomain.sth/internet-miku-yoyo.html  or
2... mydomain.sth/semm-miku.html


As I upload my file at
3... mydomain.sth/doc/int_miku/internet-miku-yoyo.html  or
4... mydomain.sth/doc/int_miku/semm-miku.html


I just want the link in 1... point to 3... and 2... point to 4... respectively with rewrite, is it possible?

I try the following code:
RewriteEngine On
RewriteBase /

RewriteRule ^(.+)miku(.+)\.html$ doc/int_miku/$1miku$2.html  [L]


But it gave me only a headache... 500 Internal server error :( What can I do or do I miss something? ???

Thx.