mod rewrite sub directory & not redirect
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdir
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) page.pl?variable=$1 [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdir
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) page.pl?variable=$1 [L]
</IfModule>
Panorama Theme by
Themocracy
ถ้าผมทำ subdomain ไปแล้ว อยากเปลี่ยนเป็น sub directory ล่ะต้องทำไงพี่