Tagged Questions
1
vote
1answer
87 views
CodeIgniter htaccess subfolder problem
I want a second website in my domain inside the folder test
www.mydomian.com/test
Apache server running on linux.
But when I load it in my navigator styles, images, helpers can't be found.
My ...
0
votes
1answer
113 views
Iphone App to Access Secured Web Directory , Need ideas in creating the Directory
I am building an Iphone Magazine App . I need the app to access a secured web folder/directory hosted on probably Apache or IIS to download pdf mag files inside the HTTP folder .
Is the conventional ...
0
votes
1answer
325 views
CakePHP, issue with subfolder after creating virtualhost for domain name
I originally installed my cakephp in a subfolder of my localhost folder (so in linux my localhost is set to:
/var/www
and I installed cakephp to:
/var/www/site1
I had been using it at this ...
0
votes
2answers
386 views
Exclude certain subfolders and domains in redirects
This is a continuation from http://stackoverflow.com/questions/1704845/redirect-only-html-files
How can I change my .htaccess to make it exclude certain subfolders or subdomains from the HTML-only ...
0
votes
4answers
597 views
.htaccess with dynamic php - subfolder problems
Necessary Knowledge
My .htaccess file redirects like this:
domain.com/about to domain.com/index.php?page=about
RewriteRule ^([^/.]+)/?$ index.php?page=$1 [L]
The "page" variable is used in a ...